Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlcconceal.cpp193 int conceal_max,conceal_group_max; in calcRefValBwd() local
201 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in calcRefValBwd()
202 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in calcRefValBwd()
212 startBand=conceal_max+1; in calcRefValBwd()
270 int conceal_min,conceal_max; in BidirectionalEstimation_UseLowerScfOfCurrentFrame() local
287 if (pRvlc->conceal_max == CONCEAL_MAX_INIT) in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
288 pRvlc->conceal_max = (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
292 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
293 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
295 if (pRvlc->conceal_min == pRvlc->conceal_max) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
[all …]
Drvlc.cpp134 pRvlc->conceal_max = CONCEAL_MAX_INIT; in rvlcInit()
462 pRvlc->conceal_max = bnds; in rvlcDecodeForward()
468 pRvlc->conceal_max = bnds; in rvlcDecodeForward()
500 pRvlc->conceal_max = bnds; in rvlcDecodeForward()
506 pRvlc->conceal_max = bnds; in rvlcDecodeForward()
533 pRvlc->conceal_max = bnds; in rvlcDecodeForward()
539 pRvlc->conceal_max = bnds; in rvlcDecodeForward()
566 pRvlc->conceal_max = bnds; in rvlcDecodeForward()
572 pRvlc->conceal_max = bnds; in rvlcDecodeForward()
821 SHORT conceal_max; in rvlcFinalErrorDetection() local
[all …]
Drvlc_info.h167 SHORT conceal_max; /* is set at forward decoding */ member