📄 armacmp3_commontables.h
字号:
/** * * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -