Searched refs:FIXP_COD (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_ace_d4t64.h | 109 #define FIXP_COD FIXP_SGL macro 115 void D_ACELP_decode_4t64(SHORT index[], int nbits, FIXP_COD code[]);
|
D | usacdec_ace_d4t64.cpp | 123 FIXP_COD code[]) { in D_ACELP_add_pulse() 129 code[i] = code[i] + (FIXP_COD)(512 << (COD_BITS - FRACT_BITS)); in D_ACELP_add_pulse() 131 code[i] = code[i] - (FIXP_COD)(512 << (COD_BITS - FRACT_BITS)); in D_ACELP_add_pulse() 356 void D_ACELP_decode_4t64(SHORT index[], int nbits, FIXP_COD code[]) { in D_ACELP_decode_4t64() 360 FDKmemclear(code, L_SUBFR * sizeof(FIXP_COD)); in D_ACELP_decode_4t64()
|
D | usacdec_acelp.cpp | 146 FIXP_COD x[] /* (i/o) : input signal overwritten by the output */ in Preemph_code() 165 FIXP_COD x[], /* in/out: impulse response (or algebraic code) */ in Pit_shrp() 198 static void D_gain2_plus(int index, FIXP_COD code[], FIXP_SGL *gain_pit, in D_gain2_plus() 456 FIXP_COD code[], /* (i) : algebraic codevector c(n) Q9 */ in BuildAdaptiveExcitation() 475 FIXP_COD code_i; in BuildAdaptiveExcitation() 748 FIXP_COD *code; in CLpd_AcelpDecode() 772 code = (FIXP_COD *)(tmp_buf + L_SUBFR / 2); in CLpd_AcelpDecode() 774 code = (FIXP_COD *)tmp_buf; in CLpd_AcelpDecode()
|