Searched refs:MULT16_16_P14 (Results 1 – 9 of 9) sorted by relevance
/external/speex/libspeex/ |
D | stereo.c | 242 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()
|
D | lsp.c | 162 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()
|
D | math_approx.h | 272 return spx_exp2(MULT16_16_P14(23637,x)); in spx_exp()
|
D | fixed_generic.h | 96 #define MULT16_16_P14(a,b) (SHR(ADD32(8192,MULT16_16((a),(b))),14)) macro
|
D | arch.h | 206 #define MULT16_16_P14(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 402 static inline short MULT16_16_P14(int a, int b) in MULT16_16_P14() function
|
D | sb_celp.c | 659 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()
|
D | ltp.c | 436 x[i][j+1]=ADD32(x[i+1][j],MULT16_16_P14(r[j+1], e0)); in pitch_gain_search_3tap()
|
D | nb_celp.c | 1432 g=MULT16_16_P14(QCONST16(1.5f,14),(g-QCONST16(.2f,6))); in nb_decode()
|