Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:vr

63             size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
66 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
200 int32_t vr = mVolume[1];
239 out[outputIndex++] += vr * Interp(mX0R, in[1], phaseFraction);
255 AsmStereo16Loop(in, maxOutPt, maxInIdx, outputIndex, out, inputIndex, vl, vr,
263 out[outputIndex++] += vr * Interp(in[inputIndex*2-1],
297 int32_t vr = mVolume[1];
334 out[outputIndex++] += vr * sample;
350 AsmMono16Loop(in, maxOutPt, maxInIdx, outputIndex, out, inputIndex, vl, vr,
359 out[outputIndex++] += vr * sample;
401 * vl, vr : left and right gain
413 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
431 " ldr r11, [sp, #" MO_PARAM5 " + 16]\n" // vr
448 // r11 vr
474 " mla r4, r0, r11, r4\n" /* vr*interp + out[] */\
512 * vl, vr : left and right gain
524 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
541 " ldr r11, [sp, #" ST_PARAM5 " + 16]\n" // vr
558 // r11 vr
590 " mla r4, r12, r11, r4\n" /* vr*interp + out[] */\