Searched refs:MULT16_16_Q14 (Results 1 – 11 of 11) sorted by relevance
/external/speex/libspeexdsp/ |
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,fra… in spx_exp2()
|
D | fixed_generic.h | 92 #define MULT16_16_Q14(a,b) (SHR(MULT16_16((a),(b)),14)) macro
|
D | arch.h | 194 #define MULT16_16_Q14(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 364 static inline short MULT16_16_Q14(int a, int b) in MULT16_16_Q14() function
|
D | preprocess.c | 276 x = MULT16_16_Q14(QCONST16(1.271903f,14), x); in conj_window()
|
/external/rnnoise/src/ |
D | arch.h | 236 #define MULT16_16_Q14(a,b) ((a)*(b)) macro
|
/external/libopus/celt/ |
D | fixed_generic.h | 162 #define MULT16_16_Q14(a,b) (SHR(MULT16_16((a),(b)),14)) macro
|
D | arch.h | 266 #define MULT16_16_Q14(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 617 static OPUS_INLINE short MULT16_16_Q14(int a, int b) in MULT16_16_Q14() function
|
D | celt_encoder.c | 602 bias = MULT16_16_Q14(QCONST16(.04f,15), MAX16(-QCONST16(.25f,14), QCONST16(.5f,14)-tf_estimate)); in tf_analysis() 2096 target += (opus_int32)MULT16_16_Q14(tf_estimate-QCONST16(.25f,14), (50<<BITRES)); in celt_encode_with_ec()
|
D | bands.c | 330 r = MULT16_16_Q14(23170, MIN32(23169, r)); in anti_collapse()
|