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.

39 lines
1.2 KiB

  1. /* *************************************************************************
  2. ** INTEL Corporation Proprietary Information
  3. **
  4. ** This listing is supplied under the terms of a license
  5. ** agreement with INTEL Corporation and may not be copied
  6. ** nor disclosed except in accordance with the terms of
  7. ** that agreement.
  8. **
  9. ** Copyright (c) 1995 Intel Corporation.
  10. ** All Rights Reserved.
  11. **
  12. ** *************************************************************************
  13. */
  14. /***************************************************************************
  15. * $Header: S:\h26x\src\enc\e3vlc.h_v 1.7 27 Dec 1995 15:32:58 RMCKENZX $
  16. * $Log: S:\h26x\src\enc\e3vlc.h_v $
  17. ;//
  18. ;// Rev 1.7 27 Dec 1995 15:32:58 RMCKENZX
  19. ;// Added copyright notice
  20. ***************************************************************************/
  21. #ifndef _E3VLC_H
  22. #define _E3VLC_H
  23. extern "C" U8 FLC_INTRADC[256];
  24. extern "C" int VLC_TCOEF_TBL[64*12*2];
  25. extern "C" int VLC_TCOEF_LAST_TBL[64*3*2];
  26. /*
  27. * Define the TCOEF escape constant and field length.
  28. */
  29. #define TCOEF_ESCAPE_FIELDLEN 7
  30. #define TCOEF_ESCAPE_FIELDVAL 3
  31. #define TCOEF_RUN_FIELDLEN 6
  32. #define TCOEF_LEVEL_FIELDLEN 8
  33. #endif _E3VLC_H