⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 armacaac_ltptable.c

📁 The OpenMAX DL (Development Layer) APIs contain a comprehensive set of audio, video, signal processi
💻 C
字号:
/** * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -