h264hwd_cabac.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  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 : CABAC initialization tables.
  17. --
  18. ------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: h264hwd_cabac.h,v $
  23. -- $Revision: 1.1 $
  24. -- $Date: 2008/03/13 12:48:06 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef __H264CABAC_H__
  28. #define __H264CABAC_H__
  29. #include "basetype.h"
  30. extern const u32 cabacInitValues[4*460*2/4];
  31. #endif /* __H264CABAC_H__ */