Searched refs:subbands (Results 1 – 7 of 7) sorted by relevance
45 OI_UINT8 subbands, in OI_CODEC_SBC_DecoderConfigureRaw() argument56 if (subbands != SBC_SUBBANDS_8) { in OI_CODEC_SBC_DecoderConfigureRaw()68 if (subbands > SBC_SUBBANDS_8) { in OI_CODEC_SBC_DecoderConfigureRaw()87 context->common.frameInfo.subbands = subbands; in OI_CODEC_SBC_DecoderConfigureRaw()120 OI_UINT8 subbands) in OI_CODEC_SBC_DecoderLimit() argument131 context->restrictSubbands = subbands; in OI_CODEC_SBC_DecoderLimit()
271 …if (context->limitFrameFormat && (context->common.frameInfo.subbands != context->restrictSubbands)… in OI_CODEC_SBC_DecodeFrame()376 OI_UINT8 subbands; in OI_CODEC_SBC_FrameCount() local391 subbands = mode = blocks = frameData[1];; in OI_CODEC_SBC_FrameCount()394 subbands = band_values[(subbands & BIT0)]; in OI_CODEC_SBC_FrameCount()400 frameLen += subbands + (8 * subbands); in OI_CODEC_SBC_FrameCount()409 frameLen += 4 * subbands; in OI_CODEC_SBC_FrameCount()411 frameLen += 8 * subbands; in OI_CODEC_SBC_FrameCount()
119 frame->subbands = 1; in OI_SBC_ReadHeader()148 frame->subbands = (d1 & BIT0); in OI_SBC_ReadHeader()149 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ReadHeader()
259 const OI_UINT subbands, in adjustToFitBitpool() argument280 for (i = (subbands / 4 - 1); i >= 0; --i) { in adjustToFitBitpool()
201 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ExpandFrameFields()
140 OI_UINT8 subbands; member267 OI_UINT8 subbands);299 OI_UINT8 subbands,
142 const OI_UINT subbands,