Windows2003-3790/enduser/netmeeting/av/codecs/intel/h261/e1vlc.h

15 lines
392 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*
* Define the TCOEF escape constant and field length.
*/
#define TCOEF_ESCAPE_FIELDLEN 7
#define TCOEF_ESCAPE_FIELDVAL 3
#define TCOEF_RUN_FIELDLEN 6
#define TCOEF_LEVEL_FIELDLEN 8
#define NUMBER_OF_TCOEF_ENTRIES 64*16
/* Declare the data structures that are defined in E1VLC.ASM
*/
extern "C" U8 FLC_INTRADC[256];
extern "C" int VLC_TCOEF_TBL[NUMBER_OF_TCOEF_ENTRIES];