FFmpeg
|
#include "vlc.h"
Go to the source code of this file.
Macros | |
#define | DC_VLC_BITS 9 |
#define | MV_VLC_BITS 9 |
#define | TEX_VLC_BITS 9 |
#define | MBINCR_VLC_BITS 9 |
#define | MB_PAT_VLC_BITS 9 |
#define | MB_PTYPE_VLC_BITS 6 |
#define | MB_BTYPE_VLC_BITS 6 |
Functions | |
void | ff_mpeg12_init_vlcs (void) |
Variables | |
VLC | ff_dc_lum_vlc |
VLC | ff_dc_chroma_vlc |
VLC | ff_mbincr_vlc |
VLC | ff_mb_ptype_vlc |
VLC | ff_mb_btype_vlc |
VLC | ff_mb_pat_vlc |
VLC | ff_mv_vlc |
MPEG-1/2 VLC.
Definition in file mpeg12vlc.h.
#define DC_VLC_BITS 9 |
Definition at line 33 of file mpeg12vlc.h.
#define MV_VLC_BITS 9 |
Definition at line 34 of file mpeg12vlc.h.
#define TEX_VLC_BITS 9 |
Definition at line 35 of file mpeg12vlc.h.
#define MBINCR_VLC_BITS 9 |
Definition at line 37 of file mpeg12vlc.h.
Referenced by ff_mpeg12_init_vlcs(), and mpeg_decode_slice().
#define MB_PAT_VLC_BITS 9 |
Definition at line 38 of file mpeg12vlc.h.
Referenced by ff_mpeg12_init_vlcs(), and mpeg_decode_mb().
#define MB_PTYPE_VLC_BITS 6 |
Definition at line 39 of file mpeg12vlc.h.
Referenced by ff_mpeg12_init_vlcs(), and mpeg_decode_mb().
#define MB_BTYPE_VLC_BITS 6 |
Definition at line 40 of file mpeg12vlc.h.
Referenced by ff_mpeg12_init_vlcs(), and mpeg_decode_mb().
Definition at line 137 of file mpeg12.c.
Referenced by decode_init(), mpeg_decode_init(), and tqi_decode_init().
VLC ff_dc_lum_vlc |
Definition at line 129 of file mpeg12.c.
Referenced by decode_dc().
VLC ff_dc_chroma_vlc |
Definition at line 130 of file mpeg12.c.
Referenced by decode_dc().
VLC ff_mbincr_vlc |
Definition at line 132 of file mpeg12.c.
Referenced by mpeg_decode_slice().
VLC ff_mb_ptype_vlc |
Definition at line 133 of file mpeg12.c.
Referenced by mpeg_decode_mb().
VLC ff_mb_btype_vlc |
Definition at line 134 of file mpeg12.c.
Referenced by mpeg_decode_mb().
VLC ff_mb_pat_vlc |
Definition at line 135 of file mpeg12.c.
Referenced by mpeg_decode_mb().
VLC ff_mv_vlc |
Definition at line 127 of file mpeg12.c.
Referenced by mpeg_decode_motion().