HomeSort by relevance Sort by last modified time
    Searched refs:MULT16_32_PX (Results 1 - 2 of 2) sorted by null

  /external/speex/libspeex/
fixed_debug.h 291 static inline int MULT16_32_PX(int a, long long b, int Q)
314 #define MULT16_32_P15(a,b) MULT16_32_PX(a,b,15)
  /external/libopus/celt/
fixed_debug.h 50 #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__)

Completed in 65 milliseconds