FFmpeg
|
#include <dnxhddata.h>
Data Fields | |
int | cid |
unsigned int | width |
unsigned int | height |
unsigned int | frame_size |
unsigned int | coding_unit_size |
uint16_t | flags |
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_info |
const uint16_t * | run_codes |
const uint8_t * | run_bits |
const uint8_t * | run |
int | bit_rates [5] |
Helper to choose variants, rounded to nearest 5Mb/s. More... | |
AVRational | frame_rates [5] |
Definition at line 43 of file dnxhddata.h.
int CIDEntry::cid |
Definition at line 44 of file dnxhddata.h.
Referenced by dnxhd_decode_header(), and ff_dnxhd_find_cid().
unsigned int CIDEntry::width |
Definition at line 45 of file dnxhddata.h.
Referenced by dnxhd_decode_header(), ff_dnxhd_find_cid(), and ff_dnxhd_print_profiles().
unsigned int CIDEntry::height |
Definition at line 45 of file dnxhddata.h.
Referenced by ff_dnxhd_find_cid(), and ff_dnxhd_print_profiles().
unsigned int CIDEntry::frame_size |
Definition at line 46 of file dnxhddata.h.
Referenced by avpriv_dnxhd_get_frame_size(), and dnxhd_encode_picture().
unsigned int CIDEntry::coding_unit_size |
Definition at line 47 of file dnxhddata.h.
Referenced by dnxhd_decode_frame(), dnxhd_decode_header(), dnxhd_encode_picture(), and dnxhd_init_rc().
uint16_t CIDEntry::flags |
Definition at line 48 of file dnxhddata.h.
Referenced by avpriv_dnxhd_get_interlaced(), ff_dnxhd_find_cid(), and ff_dnxhd_print_profiles().
int CIDEntry::index_bits |
Definition at line 49 of file dnxhddata.h.
Referenced by dnxhd_init_vlc().
int CIDEntry::bit_depth |
Definition at line 50 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 51 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block().
const uint8_t* CIDEntry::luma_weight |
Definition at line 52 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 52 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 53 of file dnxhddata.h.
Referenced by dnxhd_encode_dc(), and dnxhd_init_vlc().
const uint8_t * CIDEntry::dc_bits |
Definition at line 53 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 54 of file dnxhddata.h.
Referenced by dnxhd_init_vlc().
const uint8_t* CIDEntry::ac_bits |
Definition at line 55 of file dnxhddata.h.
Referenced by dnxhd_init_vlc().
const uint8_t * CIDEntry::ac_info |
Definition at line 55 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
const uint16_t* CIDEntry::run_codes |
Definition at line 56 of file dnxhddata.h.
Referenced by dnxhd_init_vlc().
const uint8_t* CIDEntry::run_bits |
Definition at line 57 of file dnxhddata.h.
Referenced by dnxhd_init_vlc().
const uint8_t * CIDEntry::run |
Definition at line 57 of file dnxhddata.h.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
int CIDEntry::bit_rates[5] |
Helper to choose variants, rounded to nearest 5Mb/s.
Definition at line 58 of file dnxhddata.h.
Referenced by ff_dnxhd_find_cid(), and ff_dnxhd_print_profiles().
AVRational CIDEntry::frame_rates[5] |
Definition at line 59 of file dnxhddata.h.
Referenced by ff_dnxhd_print_profiles().