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

  /external/speex/libspeex/
fixed_bfin.h 91 #undef MAX16
92 static inline spx_word16_t MAX16(spx_word16_t a, spx_word16_t b)
arch.h 84 #define MAX16(a,b) ((a) > (b) ? (a) : (b)) /**< Maximum 16-bit value. */
  /external/chromium_org/third_party/opus/src/celt/
fixed_c5x.h 45 #undef MAX16
46 #define MAX16(a,b) _max(a,b)
arch.h 75 #define MAX16(a,b) ((a) > (b) ? (a) : (b)) /**< Maximum 16-bit value. */
  /external/libopus/celt/
arch.h 75 #define MAX16(a,b) ((a) > (b) ? (a) : (b)) /**< Maximum 16-bit value. */

Completed in 471 milliseconds