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,
301 int32_t vr = mVolume[1];
340 out[outputIndex++] += vr * Interp(mX0R, in[1], phaseFraction);
356 AsmStereo16Loop(in, maxOutPt, maxInIdx, outputIndex, out, inputIndex, vl, vr,
364 out[outputIndex++] += vr * Interp(in[inputIndex*2-1],
398 int32_t vr = mVolume[1];
435 out[outputIndex++] += vr * sample;
451 AsmMono16Loop(in, maxOutPt, maxInIdx, outputIndex, out, inputIndex, vl, vr,
460 out[outputIndex++] += vr * sample;
502 * vl, vr : left and right gain
514 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
532 " ldr r11, [sp, #" MO_PARAM5 " + 16]\n" // vr
549 // r11 vr
575 " mla r4, r0, r11, r4\n" /* vr*interp + out[] */\
613 * vl, vr : left and right gain
625 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
642 " ldr r11, [sp, #" ST_PARAM5 " + 16]\n" // vr
659 // r11 vr
691 " mla r4, r12, r11, r4\n" /* vr*interp + out[] */\