Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:Interp

67     static inline int32_t Interp(int32_t x0, int32_t x1, uint32_t f) {
392 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction);
393 out[outputIndex++] += vr * Interp(mX0R, in[1], phaseFraction);
416 out[outputIndex++] += vl * Interp(in[inputIndex*2-2],
418 out[outputIndex++] += vr * Interp(in[inputIndex*2-1],
488 int32_t sample = Interp(mX0L, in[0], phaseFraction);
513 int32_t sample = Interp(in[inputIndex-1], in[inputIndex],
639 " mla r5, r0, r10, r5\n" /* vl*interp + out[] */\
642 " mla r4, r0, r11, r4\n" /* vr*interp + out[] */\
758 " mla r5, r12, r10, r5\n" /* vl*interp + out[] */\
768 " mla r4, r12, r11, r4\n" /* vr*interp + out[] */\