tiledref.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. -- Abstract : Header file for stream decoding utilities
  17. --
  18. --------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: tiledref.h,v $
  23. -- $Date: 2010/12/01 12:31:03 $
  24. -- $Revision: 1.1 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef TILEDREF_H_DEFINED
  28. #define TILEDREF_H_DEFINED
  29. #include "basetype.h"
  30. #define TILED_REF_NONE (0)
  31. #define TILED_REF_8x4 (1)
  32. u32 DecSetupTiledReference( u32 *regBase, u32 tiledModeSupport, u32 interlacedStream );
  33. #endif /* TILEDREF_H_DEFINED */