FFmpeg
|
H264 / AVC / MPEG4 part10 codec data tableMore...
Go to the source code of this file.
Data Structures | |
struct | IMbInfo |
struct | PMbInfo |
Variables | |
static const uint8_t | golomb_to_pict_type [5] |
static const uint8_t | golomb_to_intra4x4_cbp [48] |
static const uint8_t | golomb_to_inter_cbp [48] |
static const uint8_t | zigzag_scan [16+1] |
static const uint8_t | field_scan [16+1] |
static const uint8_t | luma_dc_zigzag_scan [16] |
static const uint8_t | luma_dc_field_scan [16] |
static const uint8_t | chroma_dc_scan [4] |
static const uint8_t | chroma422_dc_scan [8] |
static const uint8_t | zigzag_scan8x8_cavlc [64+1] |
static const uint8_t | field_scan8x8 [64+1] |
static const uint8_t | field_scan8x8_cavlc [64+1] |
static const IMbInfo | i_mb_type_info [26] |
static const PMbInfo | p_mb_type_info [5] |
static const PMbInfo | p_sub_mb_type_info [4] |
static const PMbInfo | b_mb_type_info [23] |
static const PMbInfo | b_sub_mb_type_info [13] |
static const uint8_t | dequant4_coeff_init [6][3] |
static const uint8_t | dequant8_coeff_init_scan [16] |
static const uint8_t | dequant8_coeff_init [6][6] |
H264 / AVC / MPEG4 part10 codec data table
Definition in file h264data.h.
|
static |
Definition at line 38 of file h264data.h.
Referenced by decode_slice_header(), parse_nal_units(), and svq3_decode_slice_header().
|
static |
Definition at line 43 of file h264data.h.
Referenced by ff_h264_decode_mb_cavlc(), and svq3_decode_mb().
|
static |
Definition at line 49 of file h264data.h.
Referenced by ff_h264_decode_mb_cavlc(), and svq3_decode_mb().
|
static |
Definition at line 55 of file h264data.h.
Referenced by decode_block_coeffs_internal(), decode_scaling_list(), dv_init_enc_block(), fill_scaling_lists(), init_scan_tables(), and svq3_decode_block().
|
static |
Definition at line 62 of file h264data.h.
Referenced by init_scan_tables().
|
static |
Definition at line 69 of file h264data.h.
Referenced by svq3_decode_block().
|
static |
Definition at line 76 of file h264data.h.
|
static |
Definition at line 83 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), and svq3_decode_block().
|
static |
Definition at line 88 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
|
static |
Definition at line 96 of file h264data.h.
Referenced by init_scan_tables().
|
static |
Definition at line 115 of file h264data.h.
Referenced by init_scan_tables().
|
static |
Definition at line 134 of file h264data.h.
Referenced by init_scan_tables().
|
static |
Definition at line 159 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), and svq3_decode_mb().
|
static |
Definition at line 193 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
|
static |
Definition at line 201 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
|
static |
Definition at line 208 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
|
static |
Definition at line 234 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
|
static |
Definition at line 250 of file h264data.h.
Referenced by init_dequant4_coeff_table().
|
static |
Definition at line 259 of file h264data.h.
Referenced by init_dequant8_coeff_table().
|
static |
Definition at line 263 of file h264data.h.
Referenced by init_dequant8_coeff_table().