#include "common.h"
#include "bitstream.h"
#include "rl.h"
Go to the source code of this file.
Definition in file msmpeg4data.h.
#define NB_RL_TABLES 6 |
Definition at line 72 of file msmpeg4data.h.
#define WMV1_SCANTABLE_COUNT 4 |
Definition at line 68 of file msmpeg4data.h.
#define WMV2_INTER_CBP_TABLE_COUNT 4 |
Definition at line 94 of file msmpeg4data.h.
Definition at line 103 of file h263data.h.
Referenced by ff_msmpeg4_decode_init(), and h263_decode_init_vlc().
const uint8_t DCtab_chrom[13][2] |
Definition at line 78 of file mpeg4data.h.
Referenced by h263_decode_init_vlc(), and init_h263_dc_for_msmpeg4().
Definition at line 72 of file mpeg4data.h.
Referenced by h263_decode_init_vlc(), and init_h263_dc_for_msmpeg4().
Definition at line 34 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), msmpeg4_decode_dc(), vc1_decode_i_block(), vc1_decode_i_block_adv(), and vc1_decode_intra_block().
Definition at line 33 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), msmpeg4_decode_dc(), vc1_decode_i_block(), vc1_decode_i_block_adv(), and vc1_decode_intra_block().
const uint16_t ff_msmp4_mb_i_table[64][2] |
Definition at line 37 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), ff_wmv2_encode_mb(), and vc1_init_common().
Definition at line 32 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), ff_wmv2_decode_mb(), msmpeg4v34_decode_mb(), vc1_decode_i_blocks(), vc1_decode_i_blocks_adv(), and vc1_init_common().
const uint32_t ff_table0_dc_chroma[120][2] |
Definition at line 127 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), and msmpeg4_encode_dc().
const uint32_t ff_table0_dc_lum[120][2] |
Definition at line 94 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), and msmpeg4_encode_dc().
const uint32_t ff_table1_dc_chroma[120][2] |
Definition at line 195 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), and msmpeg4_encode_dc().
const uint32_t ff_table1_dc_lum[120][2] |
Definition at line 162 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), and msmpeg4_encode_dc().
const uint8_t inter_MCBPC_bits[28] |
Definition at line 50 of file h263data.h.
Referenced by ff_msmpeg4_decode_init(), and h263_decode_init_vlc().
const uint8_t inter_MCBPC_code[28] |
Definition at line 41 of file h263data.h.
Referenced by ff_msmpeg4_decode_init(), and h263_decode_init_vlc().
const uint8_t intra_MCBPC_bits[9] |
Definition at line 37 of file h263data.h.
Referenced by ff_msmpeg4_decode_init(), and h263_decode_init_vlc().
const uint8_t intra_MCBPC_code[9] |
Definition at line 36 of file h263data.h.
Referenced by ff_msmpeg4_decode_init(), and h263_decode_init_vlc().
Definition at line 1787 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), ff_msmpeg4_decode_motion(), and interlaced_search().
Definition at line 109 of file h263data.h.
const uint8_t old_ff_c_dc_scale_table[32] |
const uint8_t old_ff_y_dc_scale_table[32] |
Definition at line 603 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_block(), ff_msmpeg4_decode_init(), and ff_msmpeg4_encode_block().
const uint8_t table_inter_intra[4][2] |
Definition at line 1874 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), and ff_wmv2_encode_mb().
const uint32_t table_mb_non_intra[128][2] |
Definition at line 57 of file msmpeg4data.c.
const uint8_t v2_intra_cbpc[4][2] |
const uint8_t v2_mb_type[8][2] |
const uint8_t wmv1_c_dc_scale_table[32] |
const uint8_t wmv1_scantable[WMV1_SCANTABLE_COUNT][64] |
Definition at line 1831 of file msmpeg4data.c.
Referenced by common_init(), and ff_intrax8_common_init().
const uint8_t wmv1_y_dc_scale_table[32] |
const uint32_t(*[WMV2_INTER_CBP_TABLE_COUNT] wmv2_inter_table)[2] |
Definition at line 1986 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_init(), and ff_wmv2_encode_mb().
const uint8_t wmv2_scantableA[64] |
const uint8_t wmv2_scantableB[64] |