vp8hwd_headers.h 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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: vp8hwd_headers.h,v $
  23. - $Revision: 1.3 $
  24. - $Date: 2010/04/21 13:23:24 $
  25. -
  26. ------------------------------------------------------------------------------*/
  27. #ifndef __VP8_HEADERS_H__
  28. #define __VP8_HEADERS_H__
  29. #include "basetype.h"
  30. #include "vp8hwd_decoder.h"
  31. #include "vp8hwd_bool.h"
  32. void vp8hwdDecodeFrameTag( u8 *pStrm, vp8Decoder_t* dec );
  33. u32 vp8hwdSetPartitionOffsets( u8 *stream, u32 len, vp8Decoder_t *dec );
  34. u32 vp8hwdDecodeFrameHeader( u8 *pStrm, u32 strmLen, vpBoolCoder_t*bc,
  35. vp8Decoder_t* dec );
  36. #endif /* __VP8_BOOL_H__ */