Searched refs:MULT16_16_Q14 (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | math_approx.h | 148 rt = ADD16(C0, MULT16_16_Q14(x, ADD16(C1, MULT16_16_Q14(x, ADD16(C2, MULT16_16_Q14(x, (C3))))))); in spx_sqrt() 260 frac = ADD16(D0, MULT16_16_Q14(frac, ADD16(D1, MULT16_16_Q14(frac, ADD16(D2 , MULT16_16_Q14(D3,frac)))))); in spx_exp2()
|
H A D | arch.h | 199 #define MULT16_16_Q14(a,b) ((a)*(b)) macro
|
H A D | fixed_generic.h | 96 #define MULT16_16_Q14(a,b) (SHR(MULT16_16((a),(b)),14)) macro
|
H A D | fixed_debug.h | 354 static inline short MULT16_16_Q14(int a, int b) in MULT16_16_Q14() function 359 fprintf (stderr, "MULT16_16_Q14: inputs are not short: %d %d\n", a, b); in MULT16_16_Q14() 364 fprintf (stderr, "MULT16_16_Q14: output is not short: %d\n", (int)res); in MULT16_16_Q14()
|
H A D | preprocess.c | 276 x = MULT16_16_Q14(QCONST16(1.271903f,14), x); in conj_window()
|
Completed in 5 milliseconds