Home
last modified time | relevance | path

Searched refs:MULT16_16_P14 (Results 1 – 9 of 9) sorted by relevance

/external/speex/libspeex/
Dstereo.c242 data[2*i] = (float)MULT16_16_P14(stereo->smooth_left, tmp); in speex_decode_stereo()
243 data[2*i+1] = (float)MULT16_16_P14(stereo->smooth_right, tmp); in speex_decode_stereo()
269 data[2*i] = (spx_int16_t)MULT16_16_P14(stereo->smooth_left, tmp); in speex_decode_stereo_int()
270 data[2*i+1] = (spx_int16_t)MULT16_16_P14(stereo->smooth_right, tmp); in speex_decode_stereo_int()
Dlsp.c162 sum = ADD32(EXTEND32(coef[m]), EXTEND32(MULT16_16_P14(coef[m-1],x))); in cheb_poly_eva()
168 sum = ADD32(sum, EXTEND32(MULT16_16_P14(coef[m-i],b0))); in cheb_poly_eva()
621 interp_lsp[i] = MULT16_16_P14(tmp2,old_lsp[i]) + MULT16_16_P14(tmp,new_lsp[i]); in lsp_interpolate()
Dmath_approx.h272 return spx_exp2(MULT16_16_P14(23637,x)); in spx_exp()
Dfixed_generic.h96 #define MULT16_16_P14(a,b) (SHR(ADD32(8192,MULT16_16((a),(b))),14)) macro
Darch.h206 #define MULT16_16_P14(a,b) ((a)*(b)) macro
Dfixed_debug.h402 static inline short MULT16_16_P14(int a, int b) in MULT16_16_P14() function
Dsb_celp.c659 gc = MULT16_16_P14(QCONST16(1.4142f,14), gc); in sb_encode()
1051 gc = MULT16_16_P14(QCONST16(1.4142f,14),gc); in sb_decode()
Dltp.c436 x[i][j+1]=ADD32(x[i+1][j],MULT16_16_P14(r[j+1], e0)); in pitch_gain_search_3tap()
Dnb_celp.c1432 g=MULT16_16_P14(QCONST16(1.5f,14),(g-QCONST16(.2f,6))); in nb_decode()