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.

34 lines
974 B

  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\enc\e3inst.inv 1.6 27 Dec 1995 15:33:00 RMCKENZX $
  17. ;//
  18. ;////////////////////////////////////////////////////////////////////////////
  19. IFDEF _ENCINST_INC_
  20. ELSE
  21. _ENCINST_INC = 1
  22. ;
  23. ; Global definitions for the H26x encoder.
  24. ;
  25. ;
  26. PITCH = 384 ; Pitch for each plane
  27. VOFFSET = 192 ; Dist from U to corresponding V
  28. ENDIF