Searched refs:mX0L (Results 1 – 1 of 1) sorted by relevance
42 AudioResampler(inChannelCount, sampleRate, LOW_QUALITY), mX0L(0), mX0R(0) { in AudioResamplerOrder1()75 int mX0L; member in android::AudioResamplerOrder1381 mX0L = mBuffer.i16[mBuffer.frameCount*2-2]; in resampleStereo16()392 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction); in resampleStereo16()431 mX0L = mBuffer.i16[mBuffer.frameCount*2-2]; in resampleStereo16()479 mX0L = mBuffer.i16[mBuffer.frameCount-1]; in resampleMono16()488 int32_t sample = Interp(mX0L, in[0], phaseFraction); in resampleMono16()529 mX0L = mBuffer.i16[mBuffer.frameCount-1]; in resampleMono16()