Home
last modified time | relevance | path

Searched refs:subdata (Results 1 – 5 of 5) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Dalloc.c52 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()
Dsynthesis-sbc.c284 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()
Ddecoder-private.c182 int32_t* RESTRICT s = common->subdata; in OI_SBC_ReadSamples()
Dreadsamplesjoint.inc62 int32_t * RESTRICT s = common->subdata;
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h197 int32_t* subdata; member