FFmpeg
|
Data Fields | |
SnowContext | com |
QpelDSPContext | qdsp |
MpegvideoEncDSPContext | mpvencdsp |
int | lambda |
int | lambda2 |
int | pass1_rc |
int | pred |
int | memc_only |
int | no_bitstream |
int | intra_penalty |
int | motion_est |
int | iterative_dia_size |
int | scenechange_threshold |
MECmpContext | mecc |
MpegEncContext | m |
unsigned | me_cache [ME_CACHE_SIZE] |
unsigned | me_cache_generation |
uint64_t | encoding_error [SNOW_MAX_PLANES] |
SnowContext SnowEncContext::com |
Definition at line 46 of file snowenc.c.
Referenced by check_4block_inter(), check_block_inter(), check_block_intra(), encode_blocks(), encode_end(), encode_frame(), encode_init(), encode_q_branch(), get_4block_rd(), get_block_rd(), get_dc(), iterative_me(), and ratecontrol_1pass().
QpelDSPContext SnowEncContext::qdsp |
Definition at line 47 of file snowenc.c.
Referenced by encode_frame().
MpegvideoEncDSPContext SnowEncContext::mpvencdsp |
Definition at line 48 of file snowenc.c.
Referenced by encode_frame(), and encode_init().
int SnowEncContext::lambda |
Definition at line 50 of file snowenc.c.
Referenced by encode_frame(), encode_q_branch(), get_4block_rd(), get_block_rd(), and ratecontrol_1pass().
int SnowEncContext::lambda2 |
Definition at line 51 of file snowenc.c.
Referenced by encode_frame(), encode_q_branch(), get_4block_rd(), and get_block_rd().
int SnowEncContext::pass1_rc |
Definition at line 52 of file snowenc.c.
Referenced by encode_frame(), and encode_init().
int SnowEncContext::pred |
Definition at line 54 of file snowenc.c.
Referenced by encode_init().
int SnowEncContext::memc_only |
Definition at line 55 of file snowenc.c.
Referenced by encode_frame().
int SnowEncContext::no_bitstream |
Definition at line 56 of file snowenc.c.
Referenced by encode_frame().
int SnowEncContext::intra_penalty |
Definition at line 57 of file snowenc.c.
Referenced by check_block_intra().
int SnowEncContext::motion_est |
Definition at line 58 of file snowenc.c.
Referenced by encode_blocks(), encode_frame(), and encode_init().
int SnowEncContext::iterative_dia_size |
Definition at line 59 of file snowenc.c.
Referenced by iterative_me().
int SnowEncContext::scenechange_threshold |
Definition at line 60 of file snowenc.c.
Referenced by encode_frame().
MECmpContext SnowEncContext::mecc |
Definition at line 62 of file snowenc.c.
Referenced by encode_frame(), encode_init(), get_4block_rd(), and get_block_rd().
MpegEncContext SnowEncContext::m |
Definition at line 63 of file snowenc.c.
Referenced by encode_end(), encode_frame(), encode_init(), encode_q_branch(), get_4block_rd(), get_block_rd(), get_dc(), and ratecontrol_1pass().
unsigned SnowEncContext::me_cache[ME_CACHE_SIZE] |
Definition at line 65 of file snowenc.c.
Referenced by check_4block_inter(), check_block_inter(), and iterative_me().
unsigned SnowEncContext::me_cache_generation |
Definition at line 66 of file snowenc.c.
Referenced by check_4block_inter(), check_block_inter(), and iterative_me().
uint64_t SnowEncContext::encoding_error[SNOW_MAX_PLANES] |
Definition at line 68 of file snowenc.c.
Referenced by encode_frame().