Searched refs:subdata (Results 1 – 5 of 5) sorted by relevance
51 subdataSize = maxChannels * sizeof(common->subdata[0]) * SBC_MAX_BANDS * SBC_MAX_BLOCKS; in OI_CODEC_SBC_Alloc()63 common->subdata = (OI_INT32*)codecData; in OI_CODEC_SBC_Alloc()
265 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_80()296 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_4SB()330 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_Enhanced()
182 OI_INT32 * RESTRICT s = common->subdata; in OI_SBC_ReadSamples()
61 OI_INT32 * RESTRICT s = common->subdata;
159 OI_INT32 *subdata; member