#include <stdint.h>
#include "mpegvideo.h"
Go to the source code of this file.
Variables | |
const uint16_t | ff_mpeg12_vlc_dc_lum_code [12] |
const unsigned char | ff_mpeg12_vlc_dc_lum_bits [12] |
const uint16_t | ff_mpeg12_vlc_dc_chroma_code [12] |
const unsigned char | ff_mpeg12_vlc_dc_chroma_bits [12] |
RLTable | ff_rl_mpeg1 |
RLTable | ff_rl_mpeg2 |
const uint8_t | ff_mpeg12_mbAddrIncrTable [36][2] |
const uint8_t | ff_mpeg12_mbPatTable [64][2] |
const uint8_t | ff_mpeg12_mbMotionVectorTable [17][2] |
const float | ff_mpeg1_aspect [16] |
const AVRational | ff_mpeg2_aspect [16] |
Definition in file mpeg12data.h.
const uint8_t ff_mpeg12_mbAddrIncrTable[36][2] |
const uint8_t ff_mpeg12_mbMotionVectorTable[17][2] |
Definition at line 288 of file mpeg12data.c.
Referenced by ff_mpeg1_encode_init(), init_vlcs(), and mpeg1_encode_motion().
const uint8_t ff_mpeg12_mbPatTable[64][2] |
Definition at line 221 of file mpeg12data.c.
Referenced by init_vlcs(), and mpeg1_encode_mb_internal().
const unsigned char ff_mpeg12_vlc_dc_chroma_bits[12] |
Definition at line 62 of file mpeg12data.c.
Referenced by encode_dc(), ff_mpeg1_encode_init(), and init_vlcs().
const uint16_t ff_mpeg12_vlc_dc_chroma_code[12] |
Definition at line 59 of file mpeg12data.c.
Referenced by encode_dc(), ff_mpeg1_encode_init(), and init_vlcs().
const unsigned char ff_mpeg12_vlc_dc_lum_bits[12] |
Definition at line 55 of file mpeg12data.c.
Referenced by encode_dc(), ff_mpeg1_encode_init(), and init_vlcs().
const uint16_t ff_mpeg12_vlc_dc_lum_code[12] |
Definition at line 52 of file mpeg12data.c.
Referenced by encode_dc(), ff_mpeg1_encode_init(), and init_vlcs().
const float ff_mpeg1_aspect[16] |
Definition at line 336 of file mpeg12data.c.
Referenced by mpeg1_encode_sequence_header(), and mpeg_decode_postinit().
const AVRational ff_mpeg2_aspect[16] |
Definition at line 357 of file mpeg12data.c.
Referenced by mpeg1_encode_sequence_header(), and mpeg_decode_postinit().
Definition at line 166 of file mpeg12data.c.
Referenced by ff_mpeg1_encode_init(), init_vlcs(), mdec_decode_block_intra(), mpeg1_decode_block_inter(), mpeg1_decode_block_intra(), mpeg1_encode_block(), mpeg1_fast_decode_block_inter(), mpeg2_decode_block_intra(), mpeg2_decode_block_non_intra(), mpeg2_fast_decode_block_intra(), and mpeg2_fast_decode_block_non_intra().
Definition at line 174 of file mpeg12data.c.
Referenced by ff_mpeg1_encode_init(), init_vlcs(), mpeg1_encode_block(), mpeg2_decode_block_intra(), and mpeg2_fast_decode_block_intra().