vlc.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- #ifndef _VLC_H
- #define _VLC_H
- #include "Includesysdefs.h"
- #include "PlaycoreCaptureLogompeg_encmpeg_defs.h"
- typedef struct
- {
- unsigned char code; /* right justified */
- char len;
- } VLCtable;
- /* for codes longer than 8 bits (excluding leading zeroes) */
- typedef struct
- {
- unsigned short code; /* right justified */
- char len;
- } sVLCtable;
- extern CONST VLCtable mbtypetab[32];
- extern CONST sVLCtable DClumtab[12];
- extern CONST sVLCtable DCchromtab[12];
- extern CONST VLCtable dct_code_tab1[2][40];
- extern CONST VLCtable dct_code_tab2[30][5];
- #endif