FFmpeg
Macros | Functions | Variables
mpeg12vlc.h File Reference

MPEG-1/2 VLC. More...

#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
 

Detailed Description

MPEG-1/2 VLC.