• Home
  • Raw
  • Download

Lines Matching refs:pAacDecoderChannelInfo

130                           CAacDecoderChannelInfo *pAacDecoderChannelInfo,  in calcRefValFwd()  argument
137 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) in calcRefValFwd()
150 *refNrgFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - in calcRefValFwd()
153 pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET; in calcRefValFwd()
159 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in calcRefValFwd()
166 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
173 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
180 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
206 CAacDecoderChannelInfo *pAacDecoderChannelInfo, in calcRefValBwd() argument
213 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) in calcRefValBwd()
236 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in calcRefValBwd()
243 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
250 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
257 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
287 CAacDecoderChannelInfo *pAacDecoderChannelInfo) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame() argument
289 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
295 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
322 calcRefValFwd(pRvlc, pAacDecoderChannelInfo, &refIsFwd, &refNrgFwd, in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
324 calcRefValBwd(pRvlc, pAacDecoderChannelInfo, &refIsBwd, &refNrgBwd, in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
327 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
333 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refIsFwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
335 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refIsBwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
339 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refNrgFwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
341 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refNrgBwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
345 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refScfFwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
347 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refScfBwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
351 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
353 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
355 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
357 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
371 if (pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds] < in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
372 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]) in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
373 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
374 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
376 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
377 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
392 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
393 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
402 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
403 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
433 CAacDecoderChannelInfo *pAacDecoderChannelInfo, in BidirectionalEstimation_UseScfOfPrevFrameAsReference() argument
436 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
443 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
465 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
467 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
469 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
471 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
485 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
487 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = 0; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
497 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
498 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
500 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
504 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = fMin( in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
505 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
506 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
515 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
516 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
518 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
522 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = fMin( in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
523 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
524 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
539 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
540 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
542 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
546 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = fMin( in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
547 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
548 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
566 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
567 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
576 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
577 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
604 void StatisticalEstimation(CAacDecoderChannelInfo *pAacDecoderChannelInfo) { in StatisticalEstimation() argument
606 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in StatisticalEstimation()
622 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in StatisticalEstimation()
629 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in StatisticalEstimation()
631 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in StatisticalEstimation()
636 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in StatisticalEstimation()
638 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in StatisticalEstimation()
643 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in StatisticalEstimation()
645 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in StatisticalEstimation()
662 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in StatisticalEstimation()
669 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in StatisticalEstimation()
670 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in StatisticalEstimation()
672 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in StatisticalEstimation()
673 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in StatisticalEstimation()
678 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in StatisticalEstimation()
679 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in StatisticalEstimation()
681 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in StatisticalEstimation()
682 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in StatisticalEstimation()
687 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in StatisticalEstimation()
688 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in StatisticalEstimation()
690 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in StatisticalEstimation()
691 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in StatisticalEstimation()
716 CAacDecoderChannelInfo *pAacDecoderChannelInfo, in PredictiveInterpolation() argument
719 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in PredictiveInterpolation()
726 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in PredictiveInterpolation()
728 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = 0; in PredictiveInterpolation()
738 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], in PredictiveInterpolation()
739 pAacDecoderChannelInfo->pComData->overlay.aac in PredictiveInterpolation()
741 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in PredictiveInterpolation()
745 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = -110; in PredictiveInterpolation()
753 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], in PredictiveInterpolation()
754 pAacDecoderChannelInfo->pComData->overlay.aac in PredictiveInterpolation()
756 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in PredictiveInterpolation()
760 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = -110; in PredictiveInterpolation()
774 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], in PredictiveInterpolation()
775 pAacDecoderChannelInfo->pComData->overlay.aac in PredictiveInterpolation()
777 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in PredictiveInterpolation()
781 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = 0; in PredictiveInterpolation()