Home | History | Annotate | Download | only in src

Lines Matching refs:pAacDecoderChannelInfo

133                      CAacDecoderChannelInfo *pAacDecoderChannelInfo,
136 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
137 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
138 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
139 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
142 pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcIntensityUsed = 0;
214 CErRvlcInfo *pRvlc, CAacDecoderChannelInfo *pAacDecoderChannelInfo) {
222 if ((pAacDecoderChannelInfo->pDynData->aCodeBook[bnds] ==
224 (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds] ==
434 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
443 pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET;
445 SHORT noisenrg = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain -
448 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
449 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
463 rvlcCheckIntensityCb(pRvlc, pAacDecoderChannelInfo);
470 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
539 pAacDecoderChannelInfo->data.aac.PnsData.pnsUsed[bnds] = 1;
616 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
626 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
627 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
678 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
719 pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain -
801 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
804 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
822 pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcCurrentScaleFactorOK = 1;
845 (pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET))
858 (pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain +
904 ((pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET -
926 (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) ? 0
940 pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] =
943 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
952 pAacDecoderChannelInfo->pDynData->aCodeBook[bnds];
980 pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo);
998 BidirectionalEstimation_UseLowerScfOfCurrentFrame(pAacDecoderChannelInfo);
1011 StatisticalEstimation(pAacDecoderChannelInfo);
1025 PredictiveInterpolation(pAacDecoderChannelInfo,
1035 pAacDecoderChannelInfo->pDynData->aScaleFactor[16 * group + band] = 0;
1038 pAacDecoderChannelInfo->pDynData->specificTo.aac
1057 void CRvlc_Read(CAacDecoderChannelInfo *pAacDecoderChannelInfo,
1060 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
1065 pRvlc->numWindowGroups = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo);
1067 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
1078 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) {
1087 if (pAacDecoderChannelInfo->pDynData->aCodeBook[16 * group + band] ==
1132 void CRvlc_Decode(CAacDecoderChannelInfo *pAacDecoderChannelInfo,
1136 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
1140 rvlcInit(pRvlc, pAacDecoderChannelInfo, bs);
1147 pRvlc, pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc, bs);
1149 rvlcDecodeForward(pRvlc, pAacDecoderChannelInfo, bs);
1150 rvlcDecodeBackward(pRvlc, pAacDecoderChannelInfo, bs);
1151 rvlcFinalErrorDetection(pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo);
1153 pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcIntensityUsed =
1155 pAacDecoderChannelInfo->data.aac.PnsData.PnsActive = pRvlc->noise_used;
1165 CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
1177 if (((pAacDecoderChannelInfo[0]
1179 (pAacDecoderChannelInfo[1]
1181 pAacDecoderChannelInfo[0]->pComData->jointStereoData.MsMaskPresent) {
1182 pAacDecoderChannelInfo[0]
1184 pAacDecoderChannelInfo[1]
1188 if ((pAacDecoderChannelInfo[0]
1190 (pAacDecoderChannelInfo[1]
1192 (pAacDecoderChannelInfo[1]
1194 pAacDecoderChannelInfo[1]
1201 (GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) == BLOCK_SHORT)
1207 pAacDecoderChannelInfo[ch]