Searched refs:subbands (Results 1 – 7 of 7) sorted by relevance
43 OI_UINT8 subbands, in OI_CODEC_SBC_DecoderConfigureRaw() argument54 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() argument132 context->restrictSubbands = subbands; in OI_CODEC_SBC_DecoderLimit()
265 …if (context->limitFrameFormat && (context->common.frameInfo.subbands != context->restrictSubbands)… in OI_CODEC_SBC_DecodeFrame()370 OI_UINT8 subbands; in OI_CODEC_SBC_FrameCount() local385 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()
115 frame->subbands = (d1 & BIT0); in OI_SBC_ReadHeader()116 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ReadHeader()
248 const OI_UINT subbands, in adjustToFitBitpool() argument269 for (i = (subbands / 4 - 1); i >= 0; --i) { in adjustToFitBitpool()
199 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ExpandFrameFields()
136 OI_UINT8 subbands; member261 OI_UINT8 subbands);293 OI_UINT8 subbands,
142 const OI_UINT subbands,