Searched refs:MULT16_16_Q14 (Results 1 - 10 of 10) sorted by relevance

/external/speex/libspeex/
H A Dmath_approx.h148 rt = ADD16(C0, MULT16_16_Q14(x, ADD16(C1, MULT16_16_Q14(x, ADD16(C2, MULT16_16_Q14(x, (C3)))))));
260 frac = ADD16(D0, MULT16_16_Q14(frac, ADD16(D1, MULT16_16_Q14(frac, ADD16(D2 , MULT16_16_Q14(D3,frac))))));
H A Dfilters.c765 c2 = QCONST16(.5,15)+MULT16_16_Q14(QCONST16(1.72,14),(c1-QCONST16(.07,15)));
789 gain0 = MULT16_16_Q15(QCONST16(.7,15),MULT16_16_Q14(g1,gg1));
790 gain1 = MULT16_16_Q15(QCONST16(.3,15),MULT16_16_Q14(g2,gg2));
792 gain0 = MULT16_16_Q15(QCONST16(.6,15),MULT16_16_Q14(g1,gg1));
793 gain1 = MULT16_16_Q15(QCONST16(.6,15),MULT16_16_Q14(g2,gg2));
810 new_exc[i] = MULT16_16_Q14(ngain, new_exc[i]);
H A Darch.h203 #define MULT16_16_Q14(a,b) ((a)*(b)) macro
H A Dfixed_generic.h96 #define MULT16_16_Q14(a,b) (SHR(MULT16_16((a),(b)),14)) macro
H A Dlsp.c331 dd = MULT16_16_Q15(delta,SUB16(FREQ_SCALE, MULT16_16_Q14(MULT16_16_Q14(xl,xl),14000)));
H A Dltp.c434 x[i][0]=MULT16_16_Q14(r[0], e0);
718 gain[i]=MULT16_16_Q14(fact,gain[i]);
H A Dfixed_debug.h354 static inline short MULT16_16_Q14(int a, int b) function
359 fprintf (stderr, "MULT16_16_Q14: inputs are not short: %d %d\n", a, b);
364 fprintf (stderr, "MULT16_16_Q14: output is not short: %d\n", (int)res);
H A Dnb_celp.c317 autocorr[i] = MULT16_16_Q14(autocorr[i],st->lagWindow[i]);
406 ol_gain = MULT16_16(g, MULT16_16_Q14(QCONST16(1.1,14),
1495 st->exc[i] = MULT16_16_Q14(gain, st->exc[i]);
1549 st->min_level = MIN16(ADD16(1,MULT16_16_Q14(QCONST16(1.01f,14), st->min_level)), st->level);
H A Dpreprocess.c280 x = MULT16_16_Q14(QCONST16(1.271903f,14), x);
H A Dsb_celp.c404 autocorr[i] = MULT16_16_Q14(autocorr[i],st->lagWindow[i]);

Completed in 105 milliseconds