📄 armacmp3_commontables.c
字号:
/** * * File Name: armACMP3_CommonTables.c * OpenMAX DL: v1.0.2 * Revision: 10586 * Date: Wednesday, March 5, 2008 * * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved. * * * * Brief: Defines Tables used for MP3 Codec * */#include "omxtypes.h"#include "armCOMM_Bitstream.h"#include "armACMP3_CommonTables.h"const OMX_S16 armACMP3_SFBTableLong [/* 23 * 6 */] = {0,6,12,18,24,30,36,44,54,66,80,96,116,140,168,200,238,284,336,396,464,522,576,0,6,12,18,24,30,36,44,54,66,80,96,114,136,162,194,232,278,330,394,464,540,576,0,6,12,18,24,30,36,44,54,66,80,96,116,140,168,200,238,284,336,396,464,522,576,0,4,8,12,16,20,24,30,36,44,52,62,74,90,110,134,162,196,238,288,342,418,576,0,4,8,12,16,20,24,30,36,42,50,60,72,88,106,128,156,190,230,276,330,384,576,0,4,8,12,16,20,24,30,36,44,54,66,82,102,126,156,194,240,296,364,448,550,576};const OMX_S16 armACMP3_SFBTableShort [/* 14 * 6 */] = {0,4,8,12,18,24,32,42,56,74,100,132,174,192,0,4,8,12,18,26,36,48,62,80,104,136,180,192,0,4,8,12,18,26,36,48,62,80,104,134,174,192,0,4,8,12,16,22,30,40,52,66,84,106,136,192,0,4,8,12,16,22,28,38,50,64,80,100,126,192,0,4,8,12,16,22,30,42,58,78,104,138,180,192};const OMX_S16 armACMP3_SFBTableMixed [/* 12 * 1 */] = {6,2,6,2,6,2,8,0,8,0,8,0};/* LinBits */const OMX_INT armACMP3_LinBits [] = { 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,1,2,3,4, 6,8,10,13,4, 5,6,7,8,9, 11,13};/* Pretab */const OMX_U32 armACMP3_Pretab [22] = {0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,3,3,3,2,0}; /*End of File*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -