Home
last modified time | relevance | path

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

/external/libopus/celt/
Dfixed_debug.h431 #define MULT16_32_QX(a, b, Q) MULT16_32_QX_(a, b, Q, __FILE__, __LINE__)
432 static OPUS_INLINE int MULT16_32_QX_(int a, opus_int64 b, int Q, char *file, int line) in MULT16_32_QX_() function