![]() |
CI13LC SDK API手册
2.1.1
本手册用于描述CI13LC SDK各个组件和驱动API
|
宏定义 | |
| #define | DEF_NFRACBITS (DQ_FRACBITS_OUT - 2 - 2 - 15) |
| #define | CSHIFT 12 /* coefficients have 12 leading sign bits for early-terminating mulitplies */ |
| #define | MC0M(x) |
| #define | MC1M(x) |
| #define | MC2M(x) |
| #define | MC0S(x) |
| #define | MC1S(x) |
| #define | MC2S(x) |
函数 | |
| static _XIF_ short | ClipToShort (int x, int fracBits) |
| _XIF_ void | PolyphaseMono (short *pcm, int *vbuf, const int *coefBase) |
| _XIF_ void | PolyphaseStereo (short *pcm, int *vbuf, const int *coefBase) |
| #define CSHIFT 12 /* coefficients have 12 leading sign bits for early-terminating mulitplies */ |
| #define DEF_NFRACBITS (DQ_FRACBITS_OUT - 2 - 2 - 15) |
| #define MC0M | ( | x | ) |
| #define MC0S | ( | x | ) |
| #define MC1M | ( | x | ) |
| #define MC1S | ( | x | ) |
| #define MC2M | ( | x | ) |
| #define MC2S | ( | x | ) |
|
static |
| _XIF_ void PolyphaseMono | ( | short * | pcm, |
| int * | vbuf, | ||
| const int * | coefBase | ||
| ) |
| _XIF_ void PolyphaseStereo | ( | short * | pcm, |
| int * | vbuf, | ||
| const int * | coefBase | ||
| ) |
1.8.14