Lines Matching refs:pAacDecoderChannelInfo

111                     CAacDecoderChannelInfo *pAacDecoderChannelInfo,  in calcRefValFwd()  argument
122 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in calcRefValFwd()
135 *refNrgFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256; in calcRefValFwd()
136 *refScfFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET; in calcRefValFwd()
142 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in calcRefValFwd()
148 *refIsFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
154 *refNrgFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
160 *refScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
186 CAacDecoderChannelInfo *pAacDecoderChannelInfo, in calcRefValBwd() argument
196 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in calcRefValBwd()
218 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in calcRefValBwd()
224 *refIsBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
230 *refNrgBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
236 *refScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
266 … BidirectionalEstimation_UseLowerScfOfCurrentFrame (CAacDecoderChannelInfo *pAacDecoderChannelInfo) in BidirectionalEstimation_UseLowerScfOfCurrentFrame() argument
268 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
274 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
301 calcRefValFwd(pRvlc,pAacDecoderChannelInfo,&refIsFwd,&refNrgFwd,&refScfFwd); in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
302 calcRefValBwd(pRvlc,pAacDecoderChannelInfo,&refIsBwd,&refNrgBwd,&refScfBwd); in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
304 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
310 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refIsFwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
312 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refIsBwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
316 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refNrgFwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
318 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refNrgBwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
322 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refScfFwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
324 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = refScfBwd; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
329pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannel… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
330pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[pRvlc->conceal_min] = pAacDecoderChannel… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
342 …if (pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds] < pAacDecoderChannelInfo->pCom… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
343pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
345pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
361pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
371pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
400 CAacDecoderChannelInfo *pAacDecoderChannelInfo, in BidirectionalEstimation_UseScfOfPrevFrameAsReference() argument
404 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
411 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
432pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannel… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
433pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[pRvlc->conceal_min] = pAacDecoderChannel… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
445 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
447 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = 0; in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
453 …commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChan… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
454pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelI… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
457pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(pAacDecoderChannelInfo->pComData->ov… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
463 …commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChan… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
464pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelI… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
466pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(pAacDecoderChannelInfo->pComData->ov… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
476 …commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds], pAacDecoderCha… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
477pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelI… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
479pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(pAacDecoderChannelInfo->pComData->ov… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
497pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
507pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
532 void StatisticalEstimation (CAacDecoderChannelInfo *pAacDecoderChannelInfo) in StatisticalEstimation() argument
534 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in StatisticalEstimation()
542 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in StatisticalEstimation()
554 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in StatisticalEstimation()
560 sumIsFwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in StatisticalEstimation()
561 sumIsBwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in StatisticalEstimation()
565 sumNrgFwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in StatisticalEstimation()
566 sumNrgBwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in StatisticalEstimation()
570 sumScfFwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in StatisticalEstimation()
571 sumScfBwd += pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in StatisticalEstimation()
591 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in StatisticalEstimation()
598pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in StatisticalEstimation()
600pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in StatisticalEstimation()
605pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in StatisticalEstimation()
607pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in StatisticalEstimation()
612pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in StatisticalEstimation()
614pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderChannelInfo->pComData->overlay.a… in StatisticalEstimation()
638 CAacDecoderChannelInfo *pAacDecoderChannelInfo, in PredictiveInterpolation() argument
642 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in PredictiveInterpolation()
647 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in PredictiveInterpolation()
655 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in PredictiveInterpolation()
657 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = 0; in PredictiveInterpolation()
663 …commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChan… in PredictiveInterpolation()
664pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelI… in PredictiveInterpolation()
667 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = -110; in PredictiveInterpolation()
673 …commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChan… in PredictiveInterpolation()
674pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelI… in PredictiveInterpolation()
677 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = -110; in PredictiveInterpolation()
686 …commonMin = FDKmin(pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds],pAacDecoderChan… in PredictiveInterpolation()
687pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelI… in PredictiveInterpolation()
690 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = 0; in PredictiveInterpolation()