123456789101112131415161718192021222324252627282930313233343536373839 |
- /*------------------------------------------------------------------------------
- -- --
- -- This software is confidential and proprietary and may be used --
- -- only as expressly authorized by a licensing agreement from --
- -- --
- -- Hantro Products Oy. --
- -- --
- -- (C) COPYRIGHT 2006 HANTRO PRODUCTS OY --
- -- ALL RIGHTS RESERVED --
- -- --
- -- The entire notice above must be reproduced --
- -- on all copies and should not be removed. --
- -- --
- --------------------------------------------------------------------------------
- -
- - Description : ...
- -
- --------------------------------------------------------------------------------
- -
- - Version control information, please leave untouched.
- -
- - $RCSfile: vp8hwd_probs.h,v $
- - $Revision: 1.1 $
- - $Date: 2009/11/17 13:35:16 $
- -
- ------------------------------------------------------------------------------*/
- #ifndef __VP8_PROBS_H__
- #define __VP8_PROBS_H__
- #include "basetype.h"
- #include "vp8hwd_bool.h"
- #include "vp8hwd_decoder.h"
- void vp8hwdResetProbs( vp8Decoder_t* dec );
- u32 vp8hwdDecodeMvUpdate( vpBoolCoder_t *bc, vp8Decoder_t *dec );
- u32 vp8hwdDecodeCoeffUpdate( vpBoolCoder_t *bc, vp8Decoder_t *dec );
- #endif /* __VP8_PROBS_H__ */
|