h264hwd_conceal.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. -- Abstract : Error concealment
  17. --
  18. --------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: h264hwd_conceal.h,v $
  23. -- $Date: 2008/03/13 12:48:06 $
  24. -- $Revision: 1.1 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef __H264HWD_CONCEAL_H__
  28. #define __H264HWD_CONCEAL_H__
  29. #include "basetype.h"
  30. #include "h264hwd_slice_header.h"
  31. #include "h264hwd_storage.h"
  32. #include "h264hwd_asic.h"
  33. void h264bsdConceal(storage_t *pStorage, DecAsicBuffers_t * pAsicBuff,
  34. u32 sliceType);
  35. #endif /* __H264HWD_CONCEAL_H__ */