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

  /external/speex/libspeex/
stereo.c 242 data[2*i] = (float)MULT16_16_P14(stereo->smooth_left, tmp);
243 data[2*i+1] = (float)MULT16_16_P14(stereo->smooth_right, tmp);
269 data[2*i] = (spx_int16_t)MULT16_16_P14(stereo->smooth_left, tmp);
270 data[2*i+1] = (spx_int16_t)MULT16_16_P14(stereo->smooth_right, tmp);
lsp.c 162 sum = ADD32(EXTEND32(coef[m]), EXTEND32(MULT16_16_P14(coef[m-1],x)));
168 sum = ADD32(sum, EXTEND32(MULT16_16_P14(coef[m-i],b0)));
621 interp_lsp[i] = MULT16_16_P14(tmp2,old_lsp[i]) + MULT16_16_P14(tmp,new_lsp[i]);
arch.h 207 #define MULT16_16_P14(a,b) ((a)*(b))
fixed_generic.h 100 #define MULT16_16_P14(a,b) (SHR(ADD32(8192,MULT16_16((a),(b))),14))
math_approx.h 272 return spx_exp2(MULT16_16_P14(23637,x));
fixed_debug.h 402 static inline short MULT16_16_P14(int a, int b)
407 fprintf (stderr, "MULT16_16_P14: inputs are not short: %d %d\n", a, b);
412 fprintf (stderr, "MULT16_16_P14: overflow: %d*%d=%d\n", a, b, (int)res);
415 fprintf (stderr, "MULT16_16_P14: output is not short: %d*%d=%d\n", a, b, (int)res);
sb_celp.c 659 gc = MULT16_16_P14(QCONST16(1.4142f,14), gc);
    [all...]
ltp.c 436 x[i][j+1]=ADD32(x[i+1][j],MULT16_16_P14(r[j+1], e0));
nb_celp.c     [all...]

Completed in 91 milliseconds