FFmpeg
|
Data Fields | |
const char * | full_name |
uint32_t | tag |
int | min_quant |
int | max_quant |
int | br_tab [NUM_MB_LIMITS] |
int | quant |
int | quant_chroma |
Definition at line 169 of file proresenc_kostya.c.
const char* prores_profile::full_name |
Definition at line 170 of file proresenc_kostya.c.
uint32_t prores_profile::tag |
Definition at line 171 of file proresenc_kostya.c.
int prores_profile::min_quant |
Definition at line 172 of file proresenc_kostya.c.
Referenced by encode_init(), and find_slice_quant().
int prores_profile::max_quant |
Definition at line 173 of file proresenc_kostya.c.
Referenced by encode_init(), and find_slice_quant().
int prores_profile::br_tab[NUM_MB_LIMITS] |
Definition at line 174 of file proresenc_kostya.c.
int prores_profile::quant |
Definition at line 175 of file proresenc_kostya.c.
int prores_profile::quant_chroma |
Definition at line 176 of file proresenc_kostya.c.