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

  /external/chromium_org/third_party/opus/src/celt/
fixed_generic.h 43 #define MULT16_32_P16(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16((a),((b)&0x0000ffff)),16))
arch.h 191 #define MULT16_32_P16(a,b) ((a)*(b))
fixed_debug.h 50 #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16)

Completed in 27 milliseconds