Searched refs:filterBuffer (Results 1 – 3 of 3) sorted by relevance
290 context->common.filterBuffer[0] + context->common.filterBufferLen - in OI_SBC_SynthFrame_80()292 context->common.filterBuffer[0]); in OI_SBC_SynthFrame_80()295 context->common.filterBuffer[1] + context->common.filterBufferLen - in OI_SBC_SynthFrame_80()297 context->common.filterBuffer[1]); 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()329 context->common.filterBuffer[0] + context->common.filterBufferLen - in OI_SBC_SynthFrame_4SB()331 context->common.filterBuffer[0]); in OI_SBC_SynthFrame_4SB()334 context->common.filterBuffer[1] + context->common.filterBufferLen - in OI_SBC_SynthFrame_4SB()336 context->common.filterBuffer[1]); in OI_SBC_SynthFrame_4SB()[all …]
59 (sizeof(common->filterBuffer[0][0]) * SBC_MAX_BANDS * maxChannels); in OI_CODEC_SBC_Alloc()74 common->filterBufferLen * sizeof(common->filterBuffer[0][0]); in OI_CODEC_SBC_Alloc()75 common->filterBuffer[i] = (SBC_BUFFER_T*)codecData; in OI_CODEC_SBC_Alloc()
199 SBC_BUFFER_T* filterBuffer[SBC_MAX_CHANNELS]; member