• Home
  • Raw
  • Download

Lines Matching refs:conceal_max

193   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()
329 …overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcS… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
335 endBand = conceal_max; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
349 endBand = conceal_max; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
367 startBand = conceal_max+1; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
406 int conceal_min,conceal_max; in BidirectionalEstimation_UseScfOfPrevFrameAsReference() local
424 if (pRvlc->conceal_max == CONCEAL_MAX_INIT) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
425 pRvlc->conceal_max = (pRvlc->numWindowGroups-1)*16+pRvlc->maxSfbTransmitted-1; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
429 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
430 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
432 …overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcS… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
438 endBand = conceal_max; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
486 endBand = conceal_max; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
503 startBand = conceal_max+1; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()