vp6scanorder.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*------------------------------------------------------------------------------
  2. -- --
  3. -- This software is confidential and proprietary and may be used --
  4. -- only as expressly authorized by a licensing agreement from --
  5. -- --
  6. -- Hantro Products Oy. --
  7. -- --
  8. -- (C) COPYRIGHT 2006 HANTRO PRODUCTS OY --
  9. -- ALL RIGHTS RESERVED --
  10. -- --
  11. -- The entire notice above must be reproduced --
  12. -- on all copies and should not be removed. --
  13. -- --
  14. --------------------------------------------------------------------------------
  15. -
  16. - Description : ...
  17. -
  18. --------------------------------------------------------------------------------
  19. -
  20. - Version control information, please leave untouched.
  21. -
  22. - $RCSfile: vp6scanorder.h,v $
  23. - $Revision: 1.1 $
  24. - $Date: 2008/04/14 10:13:25 $
  25. -
  26. ------------------------------------------------------------------------------*/
  27. #ifndef __VP6SCANORDER_H__
  28. #define __VP6SCANORDER_H__
  29. #include "basetype.h"
  30. #include "vp6dec.h"
  31. extern const u8 VP6HW_ScanBandUpdateProbs[BLOCK_SIZE];
  32. extern const u8 VP6HW_DefaultScanBands[BLOCK_SIZE];
  33. extern const i8 VP6HWCoeffToBand[65];
  34. extern const i8 VP6HWCoeffToHuffBand[65];
  35. extern const u8 VP6HWtransIndexC[64];
  36. void VP6HWBuildScanOrder(PB_INSTANCE * pbi, u8 * ScanBands);
  37. #endif /* __VP6SCANORDER_H__ */