Searched refs:MULT16_32_PX (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_debug.h50 #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16)
464 #define MULT16_32_PX(a, b, Q) MULT16_32_PX_(a, b, Q, __FILE__, __LINE__) macro
/external/libopus/celt/
H A Dfixed_debug.h50 #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16)
464 #define MULT16_32_PX(a, b, Q) MULT16_32_PX_(a, b, Q, __FILE__, __LINE__) macro
/external/speex/libspeex/
H A Dfixed_debug.h291 static inline int MULT16_32_PX(int a, long long b, int Q) function
314 #define MULT16_32_P15(a,b) MULT16_32_PX(a,b,15)

Completed in 108 milliseconds