Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
392 B

  1. /*
  2. * Define the TCOEF escape constant and field length.
  3. */
  4. #define TCOEF_ESCAPE_FIELDLEN 7
  5. #define TCOEF_ESCAPE_FIELDVAL 3
  6. #define TCOEF_RUN_FIELDLEN 6
  7. #define TCOEF_LEVEL_FIELDLEN 8
  8. #define NUMBER_OF_TCOEF_ENTRIES 64*16
  9. /* Declare the data structures that are defined in E1VLC.ASM
  10. */
  11. extern "C" U8 FLC_INTRADC[256];
  12. extern "C" int VLC_TCOEF_TBL[NUMBER_OF_TCOEF_ENTRIES];