|
FFmpeg
|
#include <proresenc_kostya_common.h>
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 71 of file proresenc_kostya_common.h.
| const char* prores_profile::full_name |
Definition at line 72 of file proresenc_kostya_common.h.
| uint32_t prores_profile::tag |
Definition at line 73 of file proresenc_kostya_common.h.
| int prores_profile::min_quant |
Definition at line 74 of file proresenc_kostya_common.h.
Referenced by init_estimate_slice_pipeline(), and init_trellis_node_pipeline().
| int prores_profile::max_quant |
Definition at line 75 of file proresenc_kostya_common.h.
Referenced by init_encode_slice_pipeline(), init_estimate_slice_pipeline(), and init_trellis_node_pipeline().
| int prores_profile::br_tab[NUM_MB_LIMITS] |
Definition at line 76 of file proresenc_kostya_common.h.
| int prores_profile::quant |
Definition at line 77 of file proresenc_kostya_common.h.
| int prores_profile::quant_chroma |
Definition at line 78 of file proresenc_kostya_common.h.
1.8.17