FFmpeg
|
#include "mpeg4videodata.h"
Go to the source code of this file.
Variables | |
const uint8_t | ff_mpeg4_DCtab_lum [13][2] |
const uint8_t | ff_mpeg4_DCtab_chrom [13][2] |
const uint16_t | ff_mpeg4_intra_vlc [103][2] |
const int8_t | ff_mpeg4_intra_level [102] |
const int8_t | ff_mpeg4_intra_run [102] |
RLTable | ff_mpeg4_rl_intra |
static const uint16_t | inter_rvlc [170][2] |
static const int8_t | inter_rvlc_run [169] |
static const int8_t | inter_rvlc_level [169] |
RLTable | ff_rvlc_rl_inter |
static const uint16_t | intra_rvlc [170][2] |
static const int8_t | intra_rvlc_run [169] |
static const int8_t | intra_rvlc_level [169] |
RLTable | ff_rvlc_rl_intra |
const uint8_t | ff_sprite_trajectory_lens [15] |
const uint8_t | ff_mb_type_b_tab [4][2] |
const int16_t | ff_mpeg4_default_intra_matrix [64] |
const int16_t | ff_mpeg4_default_non_intra_matrix [64] |
const uint8_t | ff_mpeg4_y_dc_scale_table [32] |
const uint8_t | ff_mpeg4_c_dc_scale_table [32] |
const uint16_t | ff_mpeg4_resync_prefix [8] |
const uint8_t | ff_mpeg4_dc_threshold [8] |
const uint8_t | ff_mpeg4_studio_dc_luma [19][2] |
const uint8_t | ff_mpeg4_studio_dc_chroma [19][2] |
const uint8_t | ff_mpeg4_studio_intra [12][24][2] |
MPEG-4 tables.
Definition in file mpeg4data.h.
const uint8_t ff_mpeg4_DCtab_lum[13][2] |
Definition at line 34 of file mpeg4data.h.
Referenced by init_h263_dc_for_msmpeg4(), init_uni_dc_tab(), and mpeg4_init_static().
const uint8_t ff_mpeg4_DCtab_chrom[13][2] |
Definition at line 40 of file mpeg4data.h.
Referenced by init_h263_dc_for_msmpeg4(), init_uni_dc_tab(), and mpeg4_init_static().
const uint16_t ff_mpeg4_intra_vlc[103][2] |
Definition at line 46 of file mpeg4data.h.
const int8_t ff_mpeg4_intra_level[102] |
Definition at line 76 of file mpeg4data.h.
const int8_t ff_mpeg4_intra_run[102] |
Definition at line 92 of file mpeg4data.h.
RLTable ff_mpeg4_rl_intra |
Definition at line 108 of file mpeg4data.h.
Referenced by mpeg4_decode_block(), mpeg4_encode_init_static(), mpeg4_init_rl_intra(), and mpeg4_init_static().
|
static |
Definition at line 117 of file mpeg4data.h.
|
static |
Definition at line 163 of file mpeg4data.h.
|
static |
Definition at line 188 of file mpeg4data.h.
RLTable ff_rvlc_rl_inter |
Definition at line 213 of file mpeg4data.h.
Referenced by mpeg4_decode_block(), and mpeg4_init_static().
|
static |
Definition at line 221 of file mpeg4data.h.
|
static |
Definition at line 267 of file mpeg4data.h.
|
static |
Definition at line 292 of file mpeg4data.h.
RLTable ff_rvlc_rl_intra |
Definition at line 317 of file mpeg4data.h.
Referenced by mpeg4_decode_block(), and mpeg4_init_static().
const uint8_t ff_sprite_trajectory_lens[15] |
Definition at line 325 of file mpeg4data.h.
Referenced by mpeg4_init_static().
const uint8_t ff_mb_type_b_tab[4][2] |
Definition at line 329 of file mpeg4data.h.
Referenced by mpeg4_init_static().
const int16_t ff_mpeg4_default_intra_matrix[64] |
Definition at line 334 of file mpeg4data.h.
Referenced by ff_mpv_encode_init(), and mpeg4_load_default_matrices().
const int16_t ff_mpeg4_default_non_intra_matrix[64] |
Definition at line 345 of file mpeg4data.h.
Referenced by ff_mpv_encode_init(), and mpeg4_load_default_matrices().
const uint8_t ff_mpeg4_y_dc_scale_table[32] |
Definition at line 356 of file mpeg4data.h.
Referenced by decode_vop_header(), encode_init(), and ff_msmpeg4_common_init().
const uint8_t ff_mpeg4_c_dc_scale_table[32] |
Definition at line 360 of file mpeg4data.h.
Referenced by decode_vop_header(), encode_init(), and ff_msmpeg4_common_init().
const uint16_t ff_mpeg4_resync_prefix[8] |
Definition at line 365 of file mpeg4data.h.
Referenced by mpeg4_is_resync().
const uint8_t ff_mpeg4_dc_threshold[8] |
Definition at line 369 of file mpeg4data.h.
Referenced by decode_vop_header().
const uint8_t ff_mpeg4_studio_dc_luma[19][2] |
Definition at line 374 of file mpeg4data.h.
Referenced by mpeg4_init_static().
const uint8_t ff_mpeg4_studio_dc_chroma[19][2] |
Definition at line 381 of file mpeg4data.h.
Referenced by mpeg4_init_static().
const uint8_t ff_mpeg4_studio_intra[12][24][2] |
Definition at line 388 of file mpeg4data.h.
Referenced by mpeg4_init_static().