mpeg2hwd_cfg.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: mpeg2hwd_cfg.h,v $
  23. -- $Date: 2007/09/19 10:48:00 $
  24. -- $Revision: 1.6 $
  25. --
  26. ------------------------------------------------------------------------------*/
  27. #ifndef _MPEG2DEC_CFG_H
  28. #define _MPEG2DEC_CFG_H
  29. /*
  30. * Maximum number of macro blocks in one FRAME
  31. */
  32. #define MPEG2_MIN_WIDTH 48
  33. #define MPEG2_MIN_HEIGHT 48
  34. #define MPEG2API_DEC_MBS 8160
  35. #define MPEG2DEC_TABLE_SIZE 128
  36. #define MPEG2 1
  37. #define MPEG1 0
  38. #define MAX_OUTPUT_PICS 2
  39. #endif /* already included #ifndef _MPEG2DEC_CFG_H */