HomeSort by relevance Sort by last modified time
    Searched defs:MULT16_16_16 (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
fixed_generic.h 105 #define MULT16_16_16(a,b) ((((opus_val16)(a))*((opus_val16)(b))))
arch.h 177 #define MULT16_16_16(a,b) ((a)*(b))
fixed_debug.h 384 static OPUS_INLINE short MULT16_16_16(int a, int b)
389 fprintf (stderr, "MULT16_16_16: inputs are not short: %d %d\n", a, b);
397 fprintf (stderr, "MULT16_16_16: output is not short: %d\n", res);
  /external/libopus/celt/
fixed_generic.h 105 #define MULT16_16_16(a,b) ((((opus_val16)(a))*((opus_val16)(b))))
arch.h 177 #define MULT16_16_16(a,b) ((a)*(b))
fixed_debug.h 384 static OPUS_INLINE short MULT16_16_16(int a, int b)
389 fprintf (stderr, "MULT16_16_16: inputs are not short: %d %d\n", a, b);
397 fprintf (stderr, "MULT16_16_16: output is not short: %d\n", res);
  /external/speex/libspeex/
fixed_debug.h 239 static inline short MULT16_16_16(int a, int b)
244 fprintf (stderr, "MULT16_16_16: inputs are not short: %d %d\n", a, b);
248 fprintf (stderr, "MULT16_16_16: output is not short: %d\n", res);
fixed_generic.h 72 #define MULT16_16_16(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b))))
arch.h 185 #define MULT16_16_16(a,b) ((a)*(b))

Completed in 110 milliseconds