mp4deccfg.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 : Global configurations.
  17. --
  18. --------------------------------------------------------------------------------
  19. --
  20. -- Version control information, please leave untouched.
  21. --
  22. -- $RCSfile: mp4deccfg.h,v $
  23. -- $Date: 2007/05/28 08:04:41 $
  24. -- $Revision: 1.2 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef _DEC_CFG_H
  28. #define _DEC_CFG_H
  29. /*
  30. * Maximum number of macro blocks in one VOP
  31. */
  32. #define MP4_MIN_WIDTH 48
  33. #define MP4_MIN_HEIGHT 48
  34. #define MP4API_DEC_MBS 8160
  35. /*
  36. * Size of RLC buffer per macro block
  37. */
  38. #ifndef _MP4_RLC_BUFFER_SIZE
  39. #define _MP4_RLC_BUFFER_SIZE 384
  40. #endif
  41. #endif /* already included */