Searched refs:mX0L (Results 1 – 1 of 1) sorted by relevance
46 AudioResampler(inChannelCount, sampleRate, LOW_QUALITY), mX0L(0), mX0R(0) { in AudioResamplerOrder1()79 int mX0L; member in android::AudioResamplerOrder1367 mX0L = mBuffer.i16[mBuffer.frameCount*2-2]; in resampleStereo16()378 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction); in resampleStereo16()417 mX0L = mBuffer.i16[mBuffer.frameCount*2-2]; in resampleStereo16()464 mX0L = mBuffer.i16[mBuffer.frameCount-1]; in resampleMono16()473 int32_t sample = Interp(mX0L, in[0], phaseFraction); in resampleMono16()514 mX0L = mBuffer.i16[mBuffer.frameCount-1]; in resampleMono16()