#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 |
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_run_flag |
const uint8_t * | ac_index_flag |
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_index_flag |
Definition at line 40 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
const uint8_t * CIDEntry::ac_level |
Definition at line 39 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
const uint8_t* CIDEntry::ac_run_flag |
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_decode_dct_block(), dnxhd_decode_macroblocks(), dnxhd_encode_end(), dnxhd_init_vlc(), and ff_dnxhd_find_cid().
int CIDEntry::bit_rates[5] |
Helpher to choose variants, rounded to nearest 5Mb/s.
Definition at line 43 of file dnxhddata.h.
Referenced by ff_dnxhd_find_cid().
const uint8_t * CIDEntry::chroma_weight |
Definition at line 36 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), 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_encode_picture(), and dnxhd_init_rc().
const uint8_t * CIDEntry::dc_bits |
const uint8_t* CIDEntry::dc_codes |
unsigned int CIDEntry::frame_size |
unsigned int CIDEntry::height |
Definition at line 34 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
const uint8_t* CIDEntry::luma_weight |
Definition at line 36 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), dnxhd_init_qmat(), and dnxhd_unquantize_c().
const uint8_t * CIDEntry::run |
Definition at line 42 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 |