Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/libspeexdsp/
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))))))); 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 Darch.h199 #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 Dfixed_debug.h354 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 Dpreprocess.c276 x = MULT16_16_Q14(QCONST16(1.271903f,14), x); in conj_window()

Completed in 5 milliseconds