H264 / AVC / MPEG4 part10 codec data tableMore...
Go to the source code of this file.
Data Structures | |
struct | IMbInfo |
struct | PMbInfo |
Typedefs | |
typedef struct IMbInfo | IMbInfo |
typedef struct PMbInfo | 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] |
static const uint8_t | field_scan [16] |
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] |
static const uint8_t | field_scan8x8 [64] |
static const uint8_t | field_scan8x8_cavlc [64] |
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 206 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
|
static |
Definition at line 232 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
|
static |
Definition at line 86 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
|
static |
Definition at line 81 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), and svq3_decode_block().
|
static |
Definition at line 248 of file h264data.h.
Referenced by init_dequant4_coeff_table().
|
static |
Definition at line 260 of file h264data.h.
Referenced by init_dequant8_coeff_table().
|
static |
Definition at line 257 of file h264data.h.
Referenced by init_dequant8_coeff_table().
|
static |
Definition at line 60 of file h264data.h.
Referenced by init_scan_tables().
|
static |
Definition at line 113 of file h264data.h.
Referenced by init_scan_tables().
|
static |
Definition at line 132 of file h264data.h.
Referenced by init_scan_tables().
|
static |
Definition at line 47 of file h264data.h.
Referenced by ff_h264_decode_mb_cavlc(), and svq3_decode_mb().
|
static |
Definition at line 41 of file h264data.h.
Referenced by ff_h264_decode_mb_cavlc(), and svq3_decode_mb().
|
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 157 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), ff_h264_decode_mb_cavlc(), and svq3_decode_mb().
|
static |
Definition at line 74 of file h264data.h.
|
static |
Definition at line 67 of file h264data.h.
Referenced by svq3_decode_block().
|
static |
Definition at line 191 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
|
static |
Definition at line 199 of file h264data.h.
Referenced by ff_h264_decode_mb_cabac(), and ff_h264_decode_mb_cavlc().
|
static |
Definition at line 53 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 94 of file h264data.h.
Referenced by init_scan_tables().