H264Cabac.h 1.4 KB

123456789101112131415161718192021222324252627
  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 : H264 CABAC
  17. -
  18. ------------------------------------------------------------------------------*/
  19. #ifndef __H264CABAC_H__
  20. #define __H264CABAC_H__
  21. #include "basetype.h"
  22. u32 H264CabacInit(u32 *contextTable, u32 cabac_init_idc);
  23. #endif /* __H264CABAC_H__ */