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

宏定义

#define RND_VAL   (1 << (FBITS_OUT_IMDCT-1))
 

函数

static void DecWindowOverlap (int *buf0, int *over0, short *pcm0, int nChans, int winTypeCurr, int winTypePrev)
 
static void DecWindowOverlapLongStart (int *buf0, int *over0, short *pcm0, int nChans, int winTypeCurr, int winTypePrev)
 
static void DecWindowOverlapLongStop (int *buf0, int *over0, short *pcm0, int nChans, int winTypeCurr, int winTypePrev)
 
static void DecWindowOverlapShort (int *buf0, int *over0, short *pcm0, int nChans, int winTypeCurr, int winTypePrev)
 
int IMDCT (AACDecInfo *aacDecInfo, int ch, int chOut, short *outbuf)
 

宏定义说明

◆ RND_VAL

#define RND_VAL   (1 << (FBITS_OUT_IMDCT-1))

函数说明

◆ DecWindowOverlap()

static void DecWindowOverlap ( int *  buf0,
int *  over0,
short *  pcm0,
int  nChans,
int  winTypeCurr,
int  winTypePrev 
)
static

◆ DecWindowOverlapLongStart()

static void DecWindowOverlapLongStart ( int *  buf0,
int *  over0,
short *  pcm0,
int  nChans,
int  winTypeCurr,
int  winTypePrev 
)
static

◆ DecWindowOverlapLongStop()

static void DecWindowOverlapLongStop ( int *  buf0,
int *  over0,
short *  pcm0,
int  nChans,
int  winTypeCurr,
int  winTypePrev 
)
static

◆ DecWindowOverlapShort()

static void DecWindowOverlapShort ( int *  buf0,
int *  over0,
short *  pcm0,
int  nChans,
int  winTypeCurr,
int  winTypePrev 
)
static

◆ IMDCT()

int IMDCT ( AACDecInfo aacDecInfo,
int  ch,
int  chOut,
short *  outbuf 
)