Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:vr

61             size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
64 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
305 int32_t vr = mVolume[1];
344 out[outputIndex++] += vr * Interp(mX0R, in[1], phaseFraction);
360 AsmStereo16Loop(in, maxOutPt, maxInIdx, outputIndex, out, inputIndex, vl, vr,
368 out[outputIndex++] += vr * Interp(in[inputIndex*2-1],
402 int32_t vr = mVolume[1];
439 out[outputIndex++] += vr * sample;
455 AsmMono16Loop(in, maxOutPt, maxInIdx, outputIndex, out, inputIndex, vl, vr,
464 out[outputIndex++] += vr * sample;
506 * vl, vr : left and right gain
518 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
536 " ldr r11, [sp, #" MO_PARAM5 " + 16]\n" // vr
553 // r11 vr
579 " mla r4, r0, r11, r4\n" /* vr*interp + out[] */\
617 * vl, vr : left and right gain
629 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
646 " ldr r11, [sp, #" ST_PARAM5 " + 16]\n" // vr
663 // r11 vr
695 " mla r4, r12, r11, r4\n" /* vr*interp + out[] */\