Data Fields | |
| const char * | full_name |
| uint32_t | tag |
| int | min_quant |
| int | max_quant |
| int | br_tab [NUM_MB_LIMITS] |
| int | quant |
Definition at line 114 of file proresenc.c.
| int prores_profile::br_tab[NUM_MB_LIMITS] |
Definition at line 119 of file proresenc.c.
Referenced by encode_init().
| const char* prores_profile::full_name |
Definition at line 115 of file proresenc.c.
| int prores_profile::max_quant |
Definition at line 118 of file proresenc.c.
Referenced by encode_init(), and find_slice_quant().
| int prores_profile::min_quant |
Definition at line 117 of file proresenc.c.
Referenced by encode_init(), and find_slice_quant().
| int prores_profile::quant |
Definition at line 120 of file proresenc.c.
Referenced by encode_init().
| uint32_t prores_profile::tag |
Definition at line 116 of file proresenc.c.
Referenced by encode_init().