Home
last modified time | relevance | path

Searched refs:MULT16_32_PX (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeex/
Dfixed_debug.h291 static inline int MULT16_32_PX(int a, long long b, int Q) in MULT16_32_PX() function
314 #define MULT16_32_P15(a,b) MULT16_32_PX(a,b,15)
/external/libopus/celt/
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