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

  /external/speex/libspeex/
fixed_arm4.h 38 #undef MULT16_32_Q14
39 static inline spx_word32_t MULT16_32_Q14(spx_word16_t x, spx_word32_t y) {
fixed_bfin.h 138 #undef MULT16_32_Q14
139 static inline spx_word32_t MULT16_32_Q14(spx_word16_t a, spx_word32_t b)
lsp.c 476 xp[1][3] = -MULT16_32_Q14(freqn[0],xp[0][2]);
477 xq[1][3] = -MULT16_32_Q14(freqn[1],xq[0][2]);
486 mult = MULT16_32_Q14(freqn[2*i],xp[i][j+1]);
488 mult = MULT16_32_Q14(freqn[2*i+1],xq[i][j+1]);
494 mult = MULT16_32_Q14(freqn[2*i],xp[i][j+1]);
496 mult = MULT16_32_Q14(freqn[2*i+1],xq[i][j+1]);
arch.h 191 #define MULT16_32_Q14(a,b) ((a)*(b))
fixed_generic.h 80 #define MULT16_32_Q14(a,b) ADD32(MULT16_16((a),SHR((b),14)), SHR(MULT16_16((a),((b)&0x00003fff)),14))
fixed_debug.h 312 #define MULT16_32_Q14(a,b) MULT16_32_QX(a,b,14)
nb_celp.c 826 ener=MULT16_32_Q14(exc_gain_quant_scal3[qe],ol_gain);
830 ener=MULT16_32_Q14(exc_gain_quant_scal1[qe],ol_gain);
    [all...]
filters.c 118 y[i] = SHL32(MULT16_32_Q14(EXTRACT16(SHR32(x[i],7)),scale),7);

Completed in 73 milliseconds