Searched defs:MULT16_16_P15 (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/opus/src/celt/ |
D | fixed_generic.h | 126 #define MULT16_16_P15(a,b) (SHR(ADD32(16384,MULT16_16((a),(b))),15)) macro
|
D | arch.h | 192 #define MULT16_16_P15(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 661 static inline short MULT16_16_P15(int a, int b) in MULT16_16_P15() function
|
/external/speex/libspeex/ |
D | fixed_generic.h | 101 #define MULT16_16_P15(a,b) (SHR(ADD32(16384,MULT16_16((a),(b))),15)) macro
|
D | arch.h | 205 #define MULT16_16_P15(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 419 static inline short MULT16_16_P15(int a, int b) in MULT16_16_P15() function
|