Searched refs:MULT31_SHIFT15 (Results 1 - 6 of 6) sorted by relevance

/external/tremolo/Tremolo/
H A Dmisc.h102 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) { function
132 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) { function
H A Dasm_arm.h56 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) { function
H A Dfloor1LARM.s57 MUL r5, r4, r5 @ r5 = MULT31_SHIFT15
H A Dfloor0.c315 curve[i]= MULT31_SHIFT15(curve[i],amp);
329 curve[i]= MULT31_SHIFT15(curve[i],amp);
H A Dfloor1ARM.s60 ADC r5, r6, r5, LSL #17 @ r5 = MULT31_SHIFT15
H A Dfloor1.c262 // d[x]= MULT31_SHIFT15(d[x],FLOOR_fromdB_LOOKUP[y]);
266 *d = MULT31_SHIFT15(*d,*floor);

Completed in 121 milliseconds