• Home
  • Raw
  • Download

Lines Matching refs:pAacDecoderChannelInfo

133                      CAacDecoderChannelInfo *pAacDecoderChannelInfo,  in rvlcInit()  argument
136 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcInit()
137 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcInit()
138 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd; in rvlcInit()
139 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor; in rvlcInit()
142 pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcIntensityUsed = 0; in rvlcInit()
215 CErRvlcInfo *pRvlc, CAacDecoderChannelInfo *pAacDecoderChannelInfo) { in rvlcCheckIntensityCb() argument
223 if ((pAacDecoderChannelInfo->pDynData->aCodeBook[bnds] == in rvlcCheckIntensityCb()
225 (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds] == in rvlcCheckIntensityCb()
437 CAacDecoderChannelInfo *pAacDecoderChannelInfo, in rvlcDecodeForward() argument
446 pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET; in rvlcDecodeForward()
448 SHORT noisenrg = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - in rvlcDecodeForward()
451 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcDecodeForward()
452 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcDecodeForward()
466 rvlcCheckIntensityCb(pRvlc, pAacDecoderChannelInfo); in rvlcDecodeForward()
473 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in rvlcDecodeForward()
542 pAacDecoderChannelInfo->data.aac.PnsData.pnsUsed[bnds] = 1; in rvlcDecodeForward()
619 CAacDecoderChannelInfo *pAacDecoderChannelInfo, in rvlcDecodeBackward() argument
629 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd; in rvlcDecodeBackward()
630 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcDecodeBackward()
681 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in rvlcDecodeBackward()
722 pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - in rvlcDecodeBackward()
804 CAacDecoderChannelInfo *pAacDecoderChannelInfo, in rvlcFinalErrorDetection() argument
807 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in rvlcFinalErrorDetection()
825 pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK = 1; in rvlcFinalErrorDetection()
848 (pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET)) in rvlcFinalErrorDetection()
861 (pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain + in rvlcFinalErrorDetection()
907 ((pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - in rvlcFinalErrorDetection()
929 (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) ? 0 in rvlcFinalErrorDetection()
943 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = in rvlcFinalErrorDetection()
946 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in rvlcFinalErrorDetection()
955 pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]; in rvlcFinalErrorDetection()
983 pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo); in rvlcFinalErrorDetection()
1001 BidirectionalEstimation_UseLowerScfOfCurrentFrame(pAacDecoderChannelInfo); in rvlcFinalErrorDetection()
1014 StatisticalEstimation(pAacDecoderChannelInfo); in rvlcFinalErrorDetection()
1028 PredictiveInterpolation(pAacDecoderChannelInfo, in rvlcFinalErrorDetection()
1038 pAacDecoderChannelInfo->pDynData->aScaleFactor[16 * group + band] = 0; in rvlcFinalErrorDetection()
1041 pAacDecoderChannelInfo->pDynData->specificTo.aac in rvlcFinalErrorDetection()
1060 void CRvlc_Read(CAacDecoderChannelInfo *pAacDecoderChannelInfo, in CRvlc_Read() argument
1063 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in CRvlc_Read()
1068 pRvlc->numWindowGroups = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read()
1070 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read()
1081 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in CRvlc_Read()
1090 if (pAacDecoderChannelInfo->pDynData->aCodeBook[16 * group + band] == in CRvlc_Read()
1135 void CRvlc_Decode(CAacDecoderChannelInfo *pAacDecoderChannelInfo, in CRvlc_Decode() argument
1139 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in CRvlc_Decode()
1143 rvlcInit(pRvlc, pAacDecoderChannelInfo, bs); in CRvlc_Decode()
1150 pRvlc, pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc, bs); in CRvlc_Decode()
1152 rvlcDecodeForward(pRvlc, pAacDecoderChannelInfo, bs); in CRvlc_Decode()
1153 rvlcDecodeBackward(pRvlc, pAacDecoderChannelInfo, bs); in CRvlc_Decode()
1154 rvlcFinalErrorDetection(pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo); in CRvlc_Decode()
1156 pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcIntensityUsed = in CRvlc_Decode()
1158 pAacDecoderChannelInfo->data.aac.PnsData.PnsActive = pRvlc->noise_used; in CRvlc_Decode()
1168 CAacDecoderChannelInfo *pAacDecoderChannelInfo[], in CRvlc_ElementCheck() argument
1180 if (((pAacDecoderChannelInfo[0] in CRvlc_ElementCheck()
1182 (pAacDecoderChannelInfo[1] in CRvlc_ElementCheck()
1184 pAacDecoderChannelInfo[0]->pComData->jointStereoData.MsMaskPresent) { in CRvlc_ElementCheck()
1185 pAacDecoderChannelInfo[0] in CRvlc_ElementCheck()
1187 pAacDecoderChannelInfo[1] in CRvlc_ElementCheck()
1191 if ((pAacDecoderChannelInfo[0] in CRvlc_ElementCheck()
1193 (pAacDecoderChannelInfo[1] in CRvlc_ElementCheck()
1195 (pAacDecoderChannelInfo[1] in CRvlc_ElementCheck()
1197 pAacDecoderChannelInfo[1] in CRvlc_ElementCheck()
1204 (GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) == BLOCK_SHORT) in CRvlc_ElementCheck()
1210 pAacDecoderChannelInfo[ch] in CRvlc_ElementCheck()