CARPLAY版本整理
This commit is contained in:
66
MXC_A27-PCB4.5-270T/lib/hx170dec/include/h264hwd_cfg.h
Normal file
66
MXC_A27-PCB4.5-270T/lib/hx170dec/include/h264hwd_cfg.h
Normal file
@ -0,0 +1,66 @@
|
||||
/*------------------------------------------------------------------------------
|
||||
-- --
|
||||
-- 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 : Decoder configuration information
|
||||
--
|
||||
--------------------------------------------------------------------------------
|
||||
--
|
||||
-- Version control information, please leave untouched.
|
||||
--
|
||||
-- $RCSfile: h264hwd_cfg.h,v $
|
||||
-- $Date: 2008/03/13 12:48:06 $
|
||||
-- $Revision: 1.1 $
|
||||
--
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
||||
Table of contents
|
||||
|
||||
1. Include headers
|
||||
2. Module defines
|
||||
3. Data types
|
||||
4. Function prototypes
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef H264HWD_CFG_H
|
||||
#define H264HWD_CFG_H
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
1. Include headers
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#include "basetype.h"
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
2. Module defines
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#define MAX_NUM_REF_PICS 16
|
||||
#define MAX_NUM_SLICE_GROUPS 8
|
||||
#define MAX_NUM_SEQ_PARAM_SETS 32
|
||||
#define MAX_NUM_PIC_PARAM_SETS 256
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
3. Data types
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
4. Function prototypes
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#endif /* #ifdef H264HWD_CFG_H */
|
Reference in New Issue
Block a user