vp8hwd_probs.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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_probs.h,v $
  23. - $Revision: 1.1 $
  24. - $Date: 2009/11/17 13:35:16 $
  25. -
  26. ------------------------------------------------------------------------------*/
  27. #ifndef __VP8_PROBS_H__
  28. #define __VP8_PROBS_H__
  29. #include "basetype.h"
  30. #include "vp8hwd_bool.h"
  31. #include "vp8hwd_decoder.h"
  32. void vp8hwdResetProbs( vp8Decoder_t* dec );
  33. u32 vp8hwdDecodeMvUpdate( vpBoolCoder_t *bc, vp8Decoder_t *dec );
  34. u32 vp8hwdDecodeCoeffUpdate( vpBoolCoder_t *bc, vp8Decoder_t *dec );
  35. #endif /* __VP8_PROBS_H__ */