Searched refs:subdata (Results 1 – 5 of 5) sorted by relevance
53 subdataSize = maxChannels * sizeof(common->subdata[0]) * SBC_MAX_BANDS * SBC_MAX_BLOCKS; in OI_CODEC_SBC_Alloc()65 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()298 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_4SB()332 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_Enhanced()
61 OI_INT32 * RESTRICT s = common->subdata;
215 OI_INT32 *RESTRICT s = common->subdata; in OI_SBC_ReadSamples()
163 OI_INT32 *subdata; member