Home
last modified time | relevance | path

Searched defs:MULT16_16_P15 (Results 1 – 6 of 6) sorted by relevance

/external/libopus/celt/
Dfixed_generic.h126 #define MULT16_16_P15(a,b) (SHR(ADD32(16384,MULT16_16((a),(b))),15)) macro
Darch.h193 #define MULT16_16_P15(a,b) ((a)*(b)) macro
Dfixed_debug.h671 static OPUS_INLINE short MULT16_16_P15(int a, int b) in MULT16_16_P15() function
/external/speex/libspeex/
Dfixed_generic.h101 #define MULT16_16_P15(a,b) (SHR(ADD32(16384,MULT16_16((a),(b))),15)) macro
Darch.h205 #define MULT16_16_P15(a,b) ((a)*(b)) macro
Dfixed_debug.h419 static inline short MULT16_16_P15(int a, int b) in MULT16_16_P15() function