Searched refs:endBand (Results 1 – 1 of 1) sorted by relevance
290 int band, bnds, startBand, endBand, group; in BidirectionalEstimation_UseLowerScfOfCurrentFrame() local364 endBand = conceal_max; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()366 endBand = pRvlc->maxSfbTransmitted - 1; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()369 for (band = startBand; band <= endBand; band++) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()380 if ((group + 1) == conceal_group_max) endBand = conceal_max; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()386 endBand = conceal_min; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()388 endBand = pRvlc->maxSfbTransmitted; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()390 for (band = 0; band < endBand; band++) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()395 if ((group + 1) == conceal_group_min) endBand = conceal_min; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()437 int band, bnds, startBand, endBand, group; in BidirectionalEstimation_UseScfOfPrevFrameAsReference() local[all …]