FFmpeg
|
Go to the source code of this file.
Macros | |
#define | E(mvx, mvy) ((mvx << 8) | mvy) |
#define | ESCAPE 0 |
Variables | |
uint32_t | ff_v2_dc_lum_table [512][2] |
uint32_t | ff_v2_dc_chroma_table [512][2] |
const uint32_t | ff_table_mb_non_intra [128][2] |
static const uint16_t | table0_vlc [133][2] |
static const int8_t | table0_level [132] |
static const int8_t | table0_run [132] |
static const uint16_t | table1_vlc [149][2] |
static const int8_t | table1_level [148] |
static const int8_t | table1_run [148] |
static const uint16_t | table2_vlc [186][2] |
static const int8_t | table2_level [185] |
static const int8_t | table2_run [185] |
static const uint16_t | table4_vlc [169][2] |
static const int8_t | table4_level [168] |
static const int8_t | table4_run [168] |
RLTable | ff_rl_table [NB_RL_TABLES] |
const uint16_t | ff_msmp4_mv_table0 [MSMPEG4_MV_TABLES_NB_ELEMS] |
The entries are of the form (8 << mvx) | mvy. Escape value is zero. More... | |
const uint8_t | ff_msmp4_mv_table0_lens [MSMPEG4_MV_TABLES_NB_ELEMS] |
const uint16_t | ff_msmp4_mv_table1 [MSMPEG4_MV_TABLES_NB_ELEMS] |
const uint8_t | ff_msmp4_mv_table1_lens [MSMPEG4_MV_TABLES_NB_ELEMS] |
const uint8_t | ff_v2_mb_type [8][2] |
const uint8_t | ff_v2_intra_cbpc [4][2] |
const uint8_t | ff_wmv1_y_dc_scale_table [32] |
const uint8_t | ff_wmv1_c_dc_scale_table [32] |
const uint8_t | ff_old_ff_y_dc_scale_table [32] |
const uint8_t | ff_table_inter_intra [4][2] |
static const uint32_t | table_mb_non_intra2 [128][2] |
static const uint32_t | table_mb_non_intra3 [128][2] |
static const uint32_t | table_mb_non_intra4 [128][2] |
const uint32_t(*const [WMV2_INTER_CBP_TABLE_COUNT] | ff_wmv2_inter_table )[2] |
MSMPEG4 data tables.
Definition in file msmpeg4data.c.
#define E | ( | mvx, | |
mvy | |||
) | ((mvx << 8) | mvy) |
Definition at line 484 of file msmpeg4data.c.
#define ESCAPE 0 |
Definition at line 485 of file msmpeg4data.c.
uint32_t ff_v2_dc_lum_table[512][2] |
Definition at line 35 of file msmpeg4data.c.
Referenced by init_h263_dc_for_msmpeg4(), msmpeg4_decode_init_static(), and msmpeg4_encode_dc().
uint32_t ff_v2_dc_chroma_table[512][2] |
Definition at line 36 of file msmpeg4data.c.
Referenced by init_h263_dc_for_msmpeg4(), msmpeg4_decode_init_static(), and msmpeg4_encode_dc().
const uint32_t ff_table_mb_non_intra[128][2] |
Definition at line 39 of file msmpeg4data.c.
Referenced by msmpeg4_encode_mb().
|
static |
Definition at line 76 of file msmpeg4data.c.
|
static |
Definition at line 113 of file msmpeg4data.c.
|
static |
Definition at line 133 of file msmpeg4data.c.
|
static |
Definition at line 155 of file msmpeg4data.c.
|
static |
Definition at line 196 of file msmpeg4data.c.
|
static |
Definition at line 218 of file msmpeg4data.c.
|
static |
Definition at line 242 of file msmpeg4data.c.
|
static |
Definition at line 292 of file msmpeg4data.c.
|
static |
Definition at line 319 of file msmpeg4data.c.
|
static |
Definition at line 347 of file msmpeg4data.c.
|
static |
Definition at line 393 of file msmpeg4data.c.
|
static |
Definition at line 417 of file msmpeg4data.c.
RLTable ff_rl_table[NB_RL_TABLES] |
Definition at line 441 of file msmpeg4data.c.
Referenced by ff_msmpeg4_decode_block(), ff_msmpeg4_encode_block(), msmpeg4_common_init_static(), msmpeg4_decode_init_static(), and msmpeg4_encode_init_static().
const uint16_t ff_msmp4_mv_table0[MSMPEG4_MV_TABLES_NB_ELEMS] |
The entries are of the form (8 << mvx) | mvy. Escape value is zero.
Definition at line 487 of file msmpeg4data.c.
Referenced by msmpeg4_decode_init_static(), and msmpeg4_encode_init_static().
const uint8_t ff_msmp4_mv_table0_lens[MSMPEG4_MV_TABLES_NB_ELEMS] |
Definition at line 674 of file msmpeg4data.c.
Referenced by msmpeg4_decode_init_static(), and msmpeg4_encode_init_static().
const uint16_t ff_msmp4_mv_table1[MSMPEG4_MV_TABLES_NB_ELEMS] |
Definition at line 741 of file msmpeg4data.c.
Referenced by msmpeg4_decode_init_static(), and msmpeg4_encode_init_static().
const uint8_t ff_msmp4_mv_table1_lens[MSMPEG4_MV_TABLES_NB_ELEMS] |
Definition at line 928 of file msmpeg4data.c.
Referenced by msmpeg4_decode_init_static(), and msmpeg4_encode_init_static().
const uint8_t ff_v2_mb_type[8][2] |
Definition at line 993 of file msmpeg4data.c.
Referenced by msmpeg4_decode_init_static(), and msmpeg4_encode_mb().
const uint8_t ff_v2_intra_cbpc[4][2] |
Definition at line 998 of file msmpeg4data.c.
Referenced by msmpeg4_decode_init_static(), and msmpeg4_encode_mb().
const uint8_t ff_wmv1_y_dc_scale_table[32] |
Definition at line 1002 of file msmpeg4data.c.
Referenced by ff_msmpeg4_common_init().
const uint8_t ff_wmv1_c_dc_scale_table[32] |
Definition at line 1006 of file msmpeg4data.c.
Referenced by ff_msmpeg4_common_init().
const uint8_t ff_old_ff_y_dc_scale_table[32] |
Definition at line 1011 of file msmpeg4data.c.
Referenced by ff_msmpeg4_common_init().
const uint8_t ff_table_inter_intra[4][2] |
Definition at line 1017 of file msmpeg4data.c.
Referenced by msmpeg4_decode_init_static(), msmpeg4_encode_mb(), and wmv2_encode_mb().
|
static |
Definition at line 1024 of file msmpeg4data.c.
|
static |
Definition at line 1059 of file msmpeg4data.c.
|
static |
Definition at line 1094 of file msmpeg4data.c.
const uint32_t(*const[WMV2_INTER_CBP_TABLE_COUNT] ff_wmv2_inter_table)[2] |
Definition at line 1129 of file msmpeg4data.c.
Referenced by msmpeg4_decode_init_static(), and wmv2_encode_mb().