Home
last modified time | relevance | path

Searched refs:subbands (Results 1 – 7 of 7) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-oina.c43 OI_UINT8 subbands, in OI_CODEC_SBC_DecoderConfigureRaw() argument
54 if (subbands != SBC_SUBBANDS_8) { in OI_CODEC_SBC_DecoderConfigureRaw()
66 if (subbands > SBC_SUBBANDS_8) { in OI_CODEC_SBC_DecoderConfigureRaw()
85 context->common.frameInfo.subbands = subbands; in OI_CODEC_SBC_DecoderConfigureRaw()
118 OI_UINT8 subbands) in OI_CODEC_SBC_DecoderLimit() argument
132 context->restrictSubbands = subbands; in OI_CODEC_SBC_DecoderLimit()
Ddecoder-sbc.c265 …if (context->limitFrameFormat && (context->common.frameInfo.subbands != context->restrictSubbands)… in OI_CODEC_SBC_DecodeFrame()
370 OI_UINT8 subbands; in OI_CODEC_SBC_FrameCount() local
385 subbands = mode = blocks = frameData[1];; in OI_CODEC_SBC_FrameCount()
388 subbands = band_values[(subbands & BIT0)]; in OI_CODEC_SBC_FrameCount()
394 frameLen += subbands + (8 * subbands); in OI_CODEC_SBC_FrameCount()
403 frameLen += 4*subbands; in OI_CODEC_SBC_FrameCount()
405 frameLen += 8*subbands; in OI_CODEC_SBC_FrameCount()
Ddecoder-private.c115 frame->subbands = (d1 & BIT0); in OI_SBC_ReadHeader()
116 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ReadHeader()
Dbitalloc.c248 const OI_UINT subbands, in adjustToFitBitpool() argument
269 for (i = (subbands / 4 - 1); i >= 0; --i) { in adjustToFitBitpool()
Dframing.c199 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ExpandFrameFields()
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h136 OI_UINT8 subbands; member
261 OI_UINT8 subbands);
293 OI_UINT8 subbands,
Doi_codec_sbc_private.h142 const OI_UINT subbands,