Lines Matching refs:ch
280 OI_UINT ch; in OI_SBC_SynthFrame_80() local
304 for (ch = 0; ch < nrof_channels; ch++) { in OI_SBC_SynthFrame_80()
305 DCT2_8(context->common.filterBuffer[ch] + offset, s); in OI_SBC_SynthFrame_80()
306 SYNTH80(pcm + ch, context->common.filterBuffer[ch] + offset, in OI_SBC_SynthFrame_80()
319 OI_UINT ch; in OI_SBC_SynthFrame_4SB() local
342 for (ch = 0; ch < nrof_channels; ch++) { in OI_SBC_SynthFrame_4SB()
343 cosineModulateSynth4(context->common.filterBuffer[ch] + offset, s); in OI_SBC_SynthFrame_4SB()
345 pcm + ch, context->common.filterBuffer[ch] + offset, pcmStrideShift); in OI_SBC_SynthFrame_4SB()
359 OI_UINT ch; in OI_SBC_SynthFrame_Enhanced() local
382 for (ch = 0; ch < nrof_channels; ++ch) { in OI_SBC_SynthFrame_Enhanced()
383 DCT2_8(context->common.filterBuffer[ch] + offset, s); in OI_SBC_SynthFrame_Enhanced()
384 SYNTH112(pcm + ch, context->common.filterBuffer[ch] + offset, in OI_SBC_SynthFrame_Enhanced()