|
FFmpeg
|
#include "libavutil/intmath.h"#include "libavutil/libm.h"#include "libavutil/log.h"#include "libavutil/opt.h"#include "avcodec.h"#include "internal.h"#include "snow_dwt.h"#include "snow.h"#include "rangecoder.h"#include "mathops.h"#include "mpegvideo.h"#include "h263.h"Go to the source code of this file.
Macros | |
| #define | FF_ME_ITER 50 |
| #define | P_LEFT P[1] |
| #define | P_TOP P[2] |
| #define | P_TOPRIGHT P[3] |
| #define | P_MEDIAN P[4] |
| #define | P_MV1 P[9] |
| #define | FLAG_QPEL 1 |
| #define | OFFSET(x) offsetof(SnowContext, x) |
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Variables | |
| static const AVOption | options [] |
| static const AVClass | snowenc_class |
| AVCodec | ff_snow_encoder |
| #define FF_ME_ITER 50 |
Definition at line 36 of file snowenc.c.
Referenced by encode_blocks(), and encode_init().
| #define P_LEFT P[1] |
Definition at line 218 of file snowenc.c.
Referenced by encode_q_branch().
| #define P_TOP P[2] |
Definition at line 219 of file snowenc.c.
Referenced by encode_q_branch().
| #define P_TOPRIGHT P[3] |
Definition at line 220 of file snowenc.c.
Referenced by encode_q_branch().
| #define P_MEDIAN P[4] |
Definition at line 221 of file snowenc.c.
Referenced by encode_q_branch().
| #define OFFSET | ( | x | ) | offsetof(SnowContext, x) |
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
|
static |
Definition at line 161 of file snowenc.c.
Referenced by encode_q_branch().
Definition at line 177 of file snowenc.c.
Referenced by encode_q_branch().
Definition at line 193 of file snowenc.c.
Referenced by encode_q_branch(), get_4block_rd(), and get_block_rd().
|
static |
Definition at line 225 of file snowenc.c.
Referenced by encode_blocks(), and iterative_me().
|
static |
Definition at line 453 of file snowenc.c.
Referenced by encode_blocks().
|
static |
Definition at line 509 of file snowenc.c.
Referenced by iterative_me().
|
inlinestatic |
Definition at line 567 of file snowenc.c.
Referenced by get_4block_rd(), and get_block_rd().
|
static |
Definition at line 605 of file snowenc.c.
Referenced by check_block().
|
static |
Definition at line 706 of file snowenc.c.
Referenced by check_4block_inter(), and iterative_me().
|
static |
Definition at line 775 of file snowenc.c.
Referenced by encode_subband().
|
static |
Definition at line 895 of file snowenc.c.
Referenced by encode_frame().
|
static |
Definition at line 902 of file snowenc.c.
Referenced by check_block_inter(), and iterative_me().
|
static |
Definition at line 943 of file snowenc.c.
Referenced by iterative_me().
|
static |
Definition at line 948 of file snowenc.c.
Referenced by iterative_me().
|
static |
Definition at line 994 of file snowenc.c.
Referenced by encode_blocks().
|
static |
Definition at line 1221 of file snowenc.c.
Referenced by encode_frame().
|
static |
Definition at line 1243 of file snowenc.c.
Referenced by encode_frame().
|
static |
Definition at line 1304 of file snowenc.c.
Referenced by encode_frame().
|
static |
Definition at line 1326 of file snowenc.c.
Referenced by encode_frame(), and ratecontrol_1pass().
|
static |
Definition at line 1350 of file snowenc.c.
Referenced by encode_frame().
|
static |
Definition at line 1374 of file snowenc.c.
Referenced by encode_header().
|
static |
Definition at line 1387 of file snowenc.c.
Referenced by encode_frame().
|
static |
Definition at line 1460 of file snowenc.c.
Referenced by encode_frame().
< 64 > 60
Definition at line 1480 of file snowenc.c.
Referenced by encode_frame(), and ratecontrol_1pass().
|
static |
Definition at line 1485 of file snowenc.c.
Referenced by encode_frame().
|
static |
Definition at line 1537 of file snowenc.c.
Referenced by encode_frame().
|
static |
|
static |
|
static |
|
static |
| AVCodec ff_snow_encoder |
1.8.6