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

  /external/chromium_org/third_party/opus/src/celt/
fixed_c6x.h 43 #undef MULT16_32_Q15
44 #define MULT16_32_Q15(a,b) (_mpylill(a, b) >> 15)
fixed_c5x.h 70 #undef MULT16_32_Q15
71 #define MULT16_32_Q15(a,b) ADD32(SHL(MULT16_16((a),SHR((b),16)),1), SHR(MULT16_16SU((a),(b)),15))
fixed_generic.h 46 #define MULT16_32_Q15(a,b) ADD32(SHL(MULT16_16((a),SHR((b),16)),1), SHR(MULT16_16SU((a),((b)&0x0000ffff)),15))
arch.h 181 #define MULT16_32_Q15(a,b) ((a)*(b))
fixed_debug.h 497 #define MULT16_32_Q15(a,b) MULT16_32_QX(a,b,15)
498 #define MAC16_32_Q15(c,a,b) (celt_mips-=2,ADD32((c),MULT16_32_Q15((a),(b))))
  /external/chromium_org/third_party/opus/src/celt/arm/
fixed_armv4.h 48 #undef MULT16_32_Q15
54 "#MULT16_32_Q15\n\t"
62 #define MULT16_32_Q15(a, b) (MULT16_32_Q15_armv4(a, b))
69 #define MAC16_32_Q15(c, a, b) ADD32(c, MULT16_32_Q15(a, b))
fixed_armv5e.h 52 #undef MULT16_32_Q15
57 "#MULT16_32_Q15\n\t"
64 #define MULT16_32_Q15(a, b) (MULT16_32_Q15_armv5e(a, b))
  /external/libopus/celt/arm/
fixed_armv4.h 48 #undef MULT16_32_Q15
54 "#MULT16_32_Q15\n\t"
62 #define MULT16_32_Q15(a, b) (MULT16_32_Q15_armv4(a, b))
69 #define MAC16_32_Q15(c, a, b) ADD32(c, MULT16_32_Q15(a, b))
fixed_armv5e.h 52 #undef MULT16_32_Q15
57 "#MULT16_32_Q15\n\t"
64 #define MULT16_32_Q15(a, b) (MULT16_32_Q15_armv5e(a, b))
  /external/speex/libspeex/
fixed_bfin.h 105 #undef MULT16_32_Q15
106 static inline spx_word32_t MULT16_32_Q15(spx_word16_t a, spx_word32_t b)
fixed_arm4.h 51 #undef MULT16_32_Q15
52 static inline spx_word32_t MULT16_32_Q15(spx_word16_t x, spx_word32_t y) {
fixed_arm5e.h 56 #undef MULT16_32_Q15
57 static inline spx_word32_t MULT16_32_Q15(spx_word16_t x, spx_word32_t y) {
fixed_debug.h 313 #define MULT16_32_Q15(a,b) MULT16_32_QX(a,b,15)
315 #define MAC16_32_Q15(c,a,b) ADD32((c),MULT16_32_Q15((a),(b)))
fixed_generic.h 86 #define MULT16_32_Q15(a,b) ADD32(MULT16_16((a),SHR((b),15)), SHR(MULT16_16((a),((b)&0x00007fff)),15))
arch.h 192 #define MULT16_32_Q15(a,b) ((a)*(b))
  /external/libopus/celt/
fixed_generic.h 46 #define MULT16_32_Q15(a,b) ADD32(SHL(MULT16_16((a),SHR((b),16)),1), SHR(MULT16_16SU((a),((b)&0x0000ffff)),15))
arch.h 181 #define MULT16_32_Q15(a,b) ((a)*(b))
fixed_debug.h 497 #define MULT16_32_Q15(a,b) MULT16_32_QX(a,b,15)
498 #define MAC16_32_Q15(c,a,b) (celt_mips-=2,ADD32((c),MULT16_32_Q15((a),(b))))

Completed in 272 milliseconds