Searched refs:subdata (Results 1 – 5 of 5) sorted by relevance
52 maxChannels * sizeof(common->subdata[0]) * SBC_MAX_BANDS * SBC_MAX_BLOCKS; in OI_CODEC_SBC_Alloc()66 common->subdata = (int32_t*)codecData; in OI_CODEC_SBC_Alloc()
284 int32_t* s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_80()323 int32_t* s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_4SB()363 int32_t* s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_Enhanced()
182 int32_t* RESTRICT s = common->subdata; in OI_SBC_ReadSamples()
62 int32_t * RESTRICT s = common->subdata;
197 int32_t* subdata; member