armacaac_ltptable.c
来自「The OpenMAX DL (Development Layer) APIs 」· C语言 代码 · 共 26 行
C
26 行
/** * File Name: armACAAC_LtpTable.c* OpenMAX DL: v1.0.2* Revision: 10586* Date: Wednesday, March 5, 2008* * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.* * ** Description:* Look - Up table for value of ltp coefficients*/#include "omxtypes.h"#include "armOMX.h"#include "armACAAC_Tables.h"const OMX_F64 armACAAC_ltpTable[8] = { 0.570829, 0.696616, 0.813004, 0.911304, 0.984900, 1.067894, 1.194601, 1.369533 };/*End of File*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?