Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlcconceal.cpp193 int conceal_max,conceal_group_max; in calcRefValBwd() local
202 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in calcRefValBwd()
215 for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) { in calcRefValBwd()
271 int conceal_group_min,conceal_group_max; in BidirectionalEstimation_UseLowerScfOfCurrentFrame() local
293 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
334 if (conceal_group_min == conceal_group_max) in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
339 for (group=conceal_group_min; group <= conceal_group_max; group++) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
348 if ((group+1) == conceal_group_max) in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
368 for (group=conceal_group_max; group < pRvlc->numWindowGroups; group++) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
407 int conceal_group_min,conceal_group_max; in BidirectionalEstimation_UseScfOfPrevFrameAsReference() local
[all …]