HomeSort by relevance Sort by last modified time
    Searched refs:FIXP_COD (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/src/
usacdec_ace_d4t64.h 109 #define FIXP_COD FIXP_SGL
115 void D_ACELP_decode_4t64(SHORT index[], int nbits, FIXP_COD code[]);
usacdec_ace_d4t64.cpp 123 FIXP_COD code[]) {
129 code[i] = code[i] + (FIXP_COD)(512 << (COD_BITS - FRACT_BITS));
131 code[i] = code[i] - (FIXP_COD)(512 << (COD_BITS - FRACT_BITS));
356 void D_ACELP_decode_4t64(SHORT index[], int nbits, FIXP_COD code[]) {
360 FDKmemclear(code, L_SUBFR * sizeof(FIXP_COD));
usacdec_acelp.cpp 146 FIXP_COD x[] /* (i/o) : input signal overwritten by the output */
165 FIXP_COD x[], /* in/out: impulse response (or algebraic code) */
198 static void D_gain2_plus(int index, FIXP_COD code[], FIXP_SGL *gain_pit,
456 FIXP_COD code[], /* (i) : algebraic codevector c(n) Q9 */
473 FIXP_COD code_i;
745 FIXP_COD *code;
769 code = (FIXP_COD *)(tmp_buf + L_SUBFR / 2);
771 code = (FIXP_COD *)tmp_buf;
    [all...]

Completed in 406 milliseconds