HomeSort by relevance Sort by last modified time
    Searched refs:MULT31_SHIFT15 (Results 1 - 6 of 6) sorted by null

  /external/tremolo/Tremolo/
misc.h 102 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) {
132 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) {
asm_arm.h 56 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) {
floor1LARM.s 57 MUL r5, r4, r5 @ r5 = MULT31_SHIFT15
floor0.c 315 curve[i]= MULT31_SHIFT15(curve[i],amp);
329 curve[i]= MULT31_SHIFT15(curve[i],amp);
floor1ARM.s 60 ADC r5, r6, r5, LSL #17 @ r5 = MULT31_SHIFT15
floor1.c 263 // d[x]= MULT31_SHIFT15(d[x],FLOOR_fromdB_LOOKUP[y]);
267 *d = MULT31_SHIFT15(*d,*floor);

Completed in 79 milliseconds