CI130X SDK API手册  2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
函数 | 变量
aacstproc.c 文件参考
#include "aaccoder.h"
#include "aacassembly.h"

函数

static void StereoProcessGroup (int *coefL, int *coefR, const short *sfbTab, int msMaskPres, unsigned char *msMaskPtr, int msMaskOffset, int maxSFB, unsigned char *cbRight, short *sfRight, int *gbCurrent)
 
int StereoProcess (AACDecInfo *aacDecInfo)
 

变量

static const int pow14 [2][4]
 

函数说明

◆ StereoProcess()

int StereoProcess ( AACDecInfo aacDecInfo)

◆ StereoProcessGroup()

static void StereoProcessGroup ( int *  coefL,
int *  coefR,
const short *  sfbTab,
int  msMaskPres,
unsigned char *  msMaskPtr,
int  msMaskOffset,
int  maxSFB,
unsigned char *  cbRight,
short *  sfRight,
int *  gbCurrent 
)
static

变量说明

◆ pow14

const int pow14[2][4]
static
初始值:
= {
{ 0xc0000000, 0xb3e407d7, 0xa57d8666, 0x945d819b },
{ 0x40000000, 0x4c1bf829, 0x5a82799a, 0x6ba27e65 }
}