Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlcconceal.cpp269 int band,bnds,startBand,endBand,group; in BidirectionalEstimation_UseLowerScfOfCurrentFrame() local
335 endBand = conceal_max; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
337 endBand = pRvlc->maxSfbTransmitted-1; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
340 for (band=startBand; band <= endBand; band++) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
349 endBand = conceal_max; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
355 endBand = conceal_min; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
357 endBand = pRvlc->maxSfbTransmitted; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
359 for (band=0; band < endBand; band++) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
364 endBand = conceal_min; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
405 int band,bnds,startBand,endBand,group; in BidirectionalEstimation_UseScfOfPrevFrameAsReference() local
[all …]