Searched defs:MULT16_32_P15 (Results 1 – 3 of 3) sorted by relevance
/external/speex/libspeex/ |
D | fixed_generic.h | 85 #define MULT16_32_P15(a,b) ADD32(MULT16_16((a),SHR((b),15)), PSHR(MULT16_16((a),((b)&0x00007fff)),1… macro
|
D | arch.h | 193 #define MULT16_32_P15(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 314 #define MULT16_32_P15(a,b) MULT16_32_PX(a,b,15) macro
|