FFmpeg
|
#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. | |
AVRational | frame_rates [5] |
Definition at line 29 of file dnxhddata.h.
int CIDEntry::cid |
Definition at line 30 of file dnxhddata.h.
Referenced by ff_dnxhd_find_cid().
unsigned int CIDEntry::width |
Definition at line 31 of file dnxhddata.h.
Referenced by ff_dnxhd_find_cid(), and ff_dnxhd_print_profiles().
unsigned int CIDEntry::height |
Definition at line 31 of file dnxhddata.h.
Referenced by ff_dnxhd_find_cid(), and ff_dnxhd_print_profiles().
int CIDEntry::interlaced |
Definition at line 32 of file dnxhddata.h.
Referenced by ff_dnxhd_find_cid(), and ff_dnxhd_print_profiles().
unsigned int CIDEntry::frame_size |
Definition at line 33 of file dnxhddata.h.
Referenced by avpriv_dnxhd_get_frame_size(), and dnxhd_encode_picture().
unsigned int CIDEntry::coding_unit_size |
Definition at line 34 of file dnxhddata.h.
Referenced by dnxhd_decode_frame(), dnxhd_decode_header(), dnxhd_encode_picture(), and dnxhd_init_rc().
int CIDEntry::index_bits |
Definition at line 35 of file dnxhddata.h.
Referenced by dnxhd_init_vlc().
int CIDEntry::bit_depth |
Definition at line 36 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(), ff_dnxhd_print_profiles(), and ff_dnxhdenc_init_x86().
int CIDEntry::eob_index |
Definition at line 37 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block().
const uint8_t* CIDEntry::luma_weight |
Definition at line 38 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), dnxhd_decode_macroblock(), dnxhd_init_qmat(), and dnxhd_unquantize_c().
const uint8_t * CIDEntry::chroma_weight |
Definition at line 38 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), dnxhd_decode_macroblock(), dnxhd_init_qmat(), and dnxhd_unquantize_c().
const uint8_t* CIDEntry::dc_codes |
Definition at line 39 of file dnxhddata.h.
Referenced by dnxhd_encode_dc(), and dnxhd_init_vlc().
const uint8_t * CIDEntry::dc_bits |
Definition at line 39 of file dnxhddata.h.
Referenced by dnxhd_calc_bits_thread(), dnxhd_encode_dc(), and dnxhd_init_vlc().
const uint16_t* CIDEntry::ac_codes |
Definition at line 40 of file dnxhddata.h.
Referenced by dnxhd_init_vlc().
const uint8_t* CIDEntry::ac_bits |
Definition at line 41 of file dnxhddata.h.
Referenced by dnxhd_init_vlc().
const uint8_t * CIDEntry::ac_level |
Definition at line 41 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
const uint8_t* CIDEntry::ac_flags |
Definition at line 42 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
const uint16_t* CIDEntry::run_codes |
Definition at line 43 of file dnxhddata.h.
Referenced by dnxhd_init_vlc().
const uint8_t* CIDEntry::run_bits |
Definition at line 44 of file dnxhddata.h.
Referenced by dnxhd_init_vlc().
const uint8_t * CIDEntry::run |
Definition at line 44 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
int CIDEntry::bit_rates[5] |
Helpher to choose variants, rounded to nearest 5Mb/s.
Definition at line 45 of file dnxhddata.h.
Referenced by ff_dnxhd_find_cid(), and ff_dnxhd_print_profiles().
AVRational CIDEntry::frame_rates[5] |
Definition at line 46 of file dnxhddata.h.
Referenced by ff_dnxhd_print_profiles().