#include <dnxhddata.h>
Data Fields | |
| int | cid |
| unsigned int | width |
| unsigned int | height |
| int | interlaced |
| unsigned int | frame_size |
| unsigned int | coding_unit_size |
| int | index_bits |
| int | bit_depth |
| int | eob_index |
| const uint8_t * | luma_weight |
| const uint8_t * | chroma_weight |
| const uint8_t * | dc_codes |
| const uint8_t * | dc_bits |
| const uint16_t * | ac_codes |
| const uint8_t * | ac_bits |
| const uint8_t * | ac_level |
| const uint8_t * | ac_flags |
| const uint16_t * | run_codes |
| const uint8_t * | run_bits |
| const uint8_t * | run |
| int | bit_rates [5] |
| Helpher to choose variants, rounded to nearest 5Mb/s. | |
Definition at line 28 of file dnxhddata.h.
| const uint8_t* CIDEntry::ac_bits |
| const uint16_t* CIDEntry::ac_codes |
| const uint8_t* CIDEntry::ac_flags |
Definition at line 41 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
| const uint8_t * CIDEntry::ac_level |
Definition at line 40 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
Definition at line 35 of file dnxhddata.h.
Referenced by dnxhd_calc_bits_thread(), dnxhd_encode_end(), dnxhd_encode_init(), dnxhd_encode_thread(), dnxhd_init_qmat(), dnxhd_init_vlc(), dnxhd_mb_var_thread(), dnxhd_unquantize_c(), dnxhd_write_header(), ff_dnxhd_find_cid(), and ff_dnxhd_init_mmx().
| int CIDEntry::bit_rates[5] |
Helpher to choose variants, rounded to nearest 5Mb/s.
Definition at line 44 of file dnxhddata.h.
Referenced by ff_dnxhd_find_cid().
| const uint8_t * CIDEntry::chroma_weight |
Definition at line 37 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), dnxhd_decode_macroblock(), dnxhd_init_qmat(), and dnxhd_unquantize_c().
| int CIDEntry::cid |
| unsigned int CIDEntry::coding_unit_size |
Definition at line 33 of file dnxhddata.h.
Referenced by dnxhd_decode_frame(), dnxhd_decode_header(), dnxhd_encode_picture(), and dnxhd_init_rc().
| const uint8_t * CIDEntry::dc_bits |
Definition at line 38 of file dnxhddata.h.
Referenced by dnxhd_calc_bits_thread(), dnxhd_encode_dc(), and dnxhd_init_vlc().
| const uint8_t* CIDEntry::dc_codes |
| unsigned int CIDEntry::frame_size |
| unsigned int CIDEntry::height |
| const uint8_t* CIDEntry::luma_weight |
Definition at line 37 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), dnxhd_decode_macroblock(), dnxhd_init_qmat(), and dnxhd_unquantize_c().
| const uint8_t * CIDEntry::run |
Definition at line 43 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
| const uint8_t* CIDEntry::run_bits |
| const uint16_t* CIDEntry::run_codes |
| unsigned int CIDEntry::width |
1.5.8