armacmp3_commontables.h

来自「The OpenMAX DL (Development Layer) APIs 」· C头文件 代码 · 共 36 行

H
36
字号
/** *  * File Name:  armACMP3_CommonTables.h * OpenMAX DL: v1.0.2 * Revision:   10586 * Date:       Wednesday, March 5, 2008 *  * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved. *  *  * * File: armACMP3_Tables.h * Brief: Declares Tables used for MP3 Codec. * */#ifndef _armMP3CommonTables_H_#define _armMP3CommonTables_H_#include "armCOMM.h" /* Get the OMX_F32 and OMX_F64 definitions */#define PI          (3.1415926535897932384626433832795)extern const OMX_S16 armACMP3_SFBTableLong [];extern const OMX_S16 armACMP3_SFBTableShort [];extern const OMX_S16 armACMP3_SFBTableMixed [];    /* LinBits */extern const OMX_INT armACMP3_LinBits [];    /* Pretab */extern const OMX_U32     armACMP3_Pretab [22];#endif /* _armMP3CommonTables_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?