Searched refs:filterBufferLen (Results 1 – 3 of 3) sorted by relevance
290 context->common.filterBuffer[0] + context->common.filterBufferLen - in OI_SBC_SynthFrame_80()295 context->common.filterBuffer[1] + context->common.filterBufferLen - in OI_SBC_SynthFrame_80()299 offset = context->common.filterBufferLen - 80; in OI_SBC_SynthFrame_80()329 context->common.filterBuffer[0] + context->common.filterBufferLen - in OI_SBC_SynthFrame_4SB()334 context->common.filterBuffer[1] + context->common.filterBufferLen - in OI_SBC_SynthFrame_4SB()338 offset = context->common.filterBufferLen - 80; in OI_SBC_SynthFrame_4SB()369 context->common.filterBuffer[0] + context->common.filterBufferLen - in OI_SBC_SynthFrame_Enhanced()374 context->common.filterBuffer[1] + context->common.filterBufferLen - in OI_SBC_SynthFrame_Enhanced()378 offset = context->common.filterBufferLen - 112; in OI_SBC_SynthFrame_Enhanced()
63 common->filterBufferLen = filterBufferCount * SBC_MAX_BANDS; in OI_CODEC_SBC_Alloc()74 common->filterBufferLen * sizeof(common->filterBuffer[0][0]); in OI_CODEC_SBC_Alloc()
200 int32_t filterBufferLen; member