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.

48 lines
1.4 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. ;//
  16. ;// $Header: S:\h26x\src\dec\decconst.inv 1.1 27 Dec 1995 14:36:22 RMCKENZX $
  17. ;// $Log: S:\h26x\src\dec\decconst.inv $
  18. ;//
  19. ;// Rev 1.1 27 Dec 1995 14:36:22 RMCKENZX
  20. ;// Added copyright notice
  21. ;//
  22. ;////////////////////////////////////////////////////////////////////////////
  23. ;//
  24. ;// DECCONST.INC - derived from MRV
  25. ;//
  26. IFDEF _DECCONST_INC_
  27. ELSE
  28. _DECCONST_INC = 1
  29. ; Constants used by MRV decoder, post filtering functions, and color convertors.
  30. YARCHIVEOFFSET = 311688
  31. UOFFSET = 168
  32. VPITCH = 336
  33. BEFTRIGGER = 143
  34. BEFWILLING = 125
  35. BEFUNWILLING = 10
  36. BEFENDOFLINE = 21
  37. BEFENDOFFRAME = 246
  38. YPITCH = 384
  39. YSTARTOFF = YPITCH*16+16 ; offset into output buffer of first pixel to write
  40. ENDIF