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.

77 lines
2.1 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\enc\e3dctc.inv 1.2 27 Dec 1995 15:32:58 RMCKENZX $
  17. ;//
  18. ;////////////////////////////////////////////////////////////////////////////
  19. IFDEF _ENCDCTC_INC_
  20. ELSE
  21. _ENCDCTC_INC = 1
  22. ;
  23. ; Field offsets for DCT coefficients for the H26x encoder.
  24. ;
  25. T_CoeffBlk STRUCT
  26. UNION
  27. C50C52 DWORD ? ; 0
  28. BlockAddr DWORD ? ; 0
  29. ENDS
  30. UNION
  31. C00C02 DWORD ? ; 4
  32. LinesDefined BYTE ? ; 4
  33. ENDS
  34. UNION
  35. C10C12 DWORD ? ; 8
  36. Cols03Defined DWORD ? ; 8
  37. ENDS
  38. UNION
  39. C30C32 DWORD ? ; 12
  40. Cols47Defined DWORD ? ; 12
  41. ENDS
  42. C20C22 DWORD ? ; 16
  43. C40C42 DWORD ? ; 20
  44. C60C62 DWORD ? ; 24
  45. C70C72 DWORD ? ; 28
  46. C51C53 DWORD ? ; 32
  47. C01C03 DWORD ? ; 36
  48. C31C33 DWORD ? ; 40
  49. C11C13 DWORD ? ; 44
  50. C21C23 DWORD ? ; 48
  51. C41C43 DWORD ? ; 52
  52. C61C63 DWORD ? ; 56
  53. C71C73 DWORD ? ; 60
  54. C54C56 DWORD ? ; 64
  55. C04C06 DWORD ? ; 68
  56. C14C16 DWORD ? ; 72
  57. C34C36 DWORD ? ; 76
  58. C24C26 DWORD ? ; 80
  59. C44C46 DWORD ? ; 84
  60. C64C66 DWORD ? ; 88
  61. C74C76 DWORD ? ; 92
  62. C57C55 DWORD ? ; 96
  63. C07C05 DWORD ? ; 100
  64. C17C15 DWORD ? ; 104
  65. C37C35 DWORD ? ; 108
  66. C27C25 DWORD ? ; 112
  67. C47C45 DWORD ? ; 116
  68. C67C65 DWORD ? ; 120
  69. C77C75 DWORD ? ; 124
  70. T_CoeffBlk ENDS
  71. ENDIF