Searched refs:maxSfbTransmitted (Results 1 – 3 of 3) sorted by relevance
166 startBand = pRvlc->maxSfbTransmitted-1; in calcRefValFwd()216 for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) { in calcRefValBwd()288 pRvlc->conceal_max = (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()337 endBand = pRvlc->maxSfbTransmitted-1; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()357 endBand = pRvlc->maxSfbTransmitted; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()369 for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()425 pRvlc->conceal_max = (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()440 endBand = pRvlc->maxSfbTransmitted-1; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()493 endBand = pRvlc->maxSfbTransmitted; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()505 for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()[all …]
201 for (band=0; band < pRvlc->maxSfbTransmitted; band++) { in rvlcCheckIntensityCb()448 for (band=0; band < pRvlc->maxSfbTransmitted; band++) { in rvlcDecodeForward()611 SHORT bnds = pRvlc->maxSfbTransmitted-1; in rvlcDecodeBackward()664 for (band=pRvlc->maxSfbTransmitted-1; band >= 0; band--) { in rvlcDecodeBackward()667 offset = 16 - pRvlc->maxSfbTransmitted + 1; in rvlcDecodeBackward()913 pRvlc->conceal_min = FDKmax(0, (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1); in rvlcFinalErrorDetection()938 for (band=0; band<pRvlc->maxSfbTransmitted; band++) { in rvlcFinalErrorDetection()946 for (band=0; band<pRvlc->maxSfbTransmitted; band++) { in rvlcFinalErrorDetection()1019 for (band=0; band<pRvlc->maxSfbTransmitted; band++) { in rvlcFinalErrorDetection()1062 pRvlc->maxSfbTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read()[all …]
134 UCHAR maxSfbTransmitted; member