vlc.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
源码类别:

DVD

开发平台:

Others

  1. #ifndef _VLC_H
  2. #define _VLC_H
  3. #include "Includesysdefs.h"
  4. #include "PlaycoreCaptureLogompeg_encmpeg_defs.h"
  5. typedef struct
  6. {
  7.   unsigned char code; /* right justified */
  8.   char len;
  9. } VLCtable;
  10. /* for codes longer than 8 bits (excluding leading zeroes) */
  11. typedef struct
  12. {
  13.   unsigned short code; /* right justified */
  14.   char len;
  15. } sVLCtable;
  16. extern CONST VLCtable mbtypetab[32];
  17. extern CONST sVLCtable DClumtab[12];
  18. extern CONST sVLCtable DCchromtab[12];
  19. extern CONST VLCtable dct_code_tab1[2][40];
  20. extern CONST VLCtable dct_code_tab2[30][5];
  21. #endif