OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULT16_32_Q13
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
arch.h
190
#define
MULT16_32_Q13
(a,b) ((a)*(b))
fixed_generic.h
79
#define
MULT16_32_Q13
(a,b) ADD32(MULT16_16((a),SHR((b),13)), SHR(MULT16_16((a),((b)&0x00001fff)),13))
fixed_debug.h
311
#define
MULT16_32_Q13
(a,b) MULT16_32_QX(a,b,13)
ltp.c
636
*cumul_gain =
MULT16_32_Q13
(SHL16(params->gain_cdbk[4*best_gain_index+3],8), MAX32(1024,*cumul_gain));
Completed in 94 milliseconds