43 lines
1.7 KiB
C
43 lines
1.7 KiB
C
/*------------------------------------------------------------------------------
|
|
-- --
|
|
-- This software is confidential and proprietary and may be used --
|
|
-- only as expressly authorized by a licensing agreement from --
|
|
-- --
|
|
-- Hantro Products Oy. --
|
|
-- --
|
|
-- (C) COPYRIGHT 2006 HANTRO PRODUCTS OY --
|
|
-- ALL RIGHTS RESERVED --
|
|
-- --
|
|
-- The entire notice above must be reproduced --
|
|
-- on all copies and should not be removed. --
|
|
-- --
|
|
--------------------------------------------------------------------------------
|
|
--
|
|
-- Abstract : Global configurations.
|
|
--
|
|
--------------------------------------------------------------------------------
|
|
--
|
|
-- Version control information, please leave untouched.
|
|
--
|
|
-- $RCSfile: rv_cfg.h,v $
|
|
-- $Date: 2009/03/11 14:00:12 $
|
|
-- $Revision: 1.1 $
|
|
--
|
|
------------------------------------------------------------------------------*/
|
|
|
|
#ifndef RV_CFG_H
|
|
#define RV_CFG_H
|
|
|
|
/*
|
|
* Maximum number of macro blocks in one FRAME
|
|
*/
|
|
#define RV_MIN_WIDTH 48
|
|
|
|
#define RV_MIN_HEIGHT 48
|
|
|
|
#define RVAPI_DEC_MBS 8160
|
|
|
|
#define MAX_OUTPUT_PICS 2
|
|
|
|
#endif /* already included #ifndef RV_CFG_H */
|