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()
267 OI_INT32 *s = context->common.subdata + (8 * nrof_channels * blkstart); in OI_SBC_SynthFrame_80()299 OI_INT32 *s = context->common.subdata + (8 * nrof_channels * blkstart); in OI_SBC_SynthFrame_4SB()333 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_Enhanced()
61 OI_INT32 * RESTRICT s = common->subdata;
220 OI_INT32 * RESTRICT s = common->subdata; in OI_SBC_ReadSamples()
165 OI_INT32 *subdata; member