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

  /external/libopus/celt/mips/
fixed_generic_mipsr1.h 82 #undef MULT16_32_P16
83 static inline int MULT16_32_P16(int a, int b)
  /external/libopus/celt/
fixed_generic.h 48 #define MULT16_32_P16(a,b) ((opus_val32)PSHR((opus_int64)((opus_val16)(a))*(b),16))
50 #define MULT16_32_P16(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16SU((a),((b)&0x0000ffff)),16))
fixed_debug.h 50 #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16)
arch.h 249 #define MULT16_32_P16(a,b) ((a)*(b))

Completed in 89 milliseconds