Searched refs:mX0L (Results 1 – 1 of 1) sorted by relevance
45 AudioResampler(inChannelCount, sampleRate, LOW_QUALITY), mX0L(0), mX0R(0) { in AudioResamplerOrder1()78 int mX0L; member in android::AudioResamplerOrder1383 mX0L = mBuffer.i16[mBuffer.frameCount*2-2]; in resampleStereo16()394 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction); in resampleStereo16()433 mX0L = mBuffer.i16[mBuffer.frameCount*2-2]; in resampleStereo16()480 mX0L = mBuffer.i16[mBuffer.frameCount-1]; in resampleMono16()489 int32_t sample = Interp(mX0L, in[0], phaseFraction); in resampleMono16()530 mX0L = mBuffer.i16[mBuffer.frameCount-1]; in resampleMono16()