• Home
  • Raw
  • Download

Lines Matching refs:pAacDecoderChannelInfo

544     CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],  in CJointStereo_ApplyMS()
556 &pAacDecoderChannelInfo[L]->pComData->jointStereoData; in CJointStereo_ApplyMS()
558 pAacDecoderChannelInfo[L]->pComStaticData->cplxPredictionData; in CJointStereo_ApplyMS()
601 int currentShape = (int)pAacDecoderChannelInfo[L]->icsInfo.WindowShape; in CJointStereo_ApplyMS()
614 pAacDecoderChannelInfo[L]->granuleLength; /* framelength 768 => 96, in CJointStereo_ApplyMS()
618 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence != BLOCK_SHORT) { in CJointStereo_ApplyMS()
630 switch (pAacDecoderChannelInfo[L] in CJointStereo_ApplyMS()
676 switch (pAacDecoderChannelInfo[L] in CJointStereo_ApplyMS()
770 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence != in CJointStereo_ApplyMS()
776 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
873 FDK_ASSERT(pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
956 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
969 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
1097 SPEC(spectrumL, window, pAacDecoderChannelInfo[L]->granuleLength); in CJointStereo_ApplyMS()
1099 SPEC(spectrumR, window, pAacDecoderChannelInfo[R]->granuleLength); in CJointStereo_ApplyMS()
1111 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyMS()
1112 GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyMS()
1113 FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyMS()
1114 GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyMS()
1176 void CJointStereo_ApplyIS(CAacDecoderChannelInfo *pAacDecoderChannelInfo[2], in CJointStereo_ApplyIS()
1182 &pAacDecoderChannelInfo[L]->pComData->jointStereoData; in CJointStereo_ApplyIS()
1189 CodeBook = &pAacDecoderChannelInfo[R]->pDynData->aCodeBook[group * 16]; in CJointStereo_ApplyIS()
1191 &pAacDecoderChannelInfo[R]->pDynData->aScaleFactor[group * 16]; in CJointStereo_ApplyIS()
1197 &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window * 16]; in CJointStereo_ApplyIS()
1199 &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window * 16]; in CJointStereo_ApplyIS()
1202 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, in CJointStereo_ApplyIS()
1203 window, pAacDecoderChannelInfo[L]->granuleLength); in CJointStereo_ApplyIS()
1204 rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, in CJointStereo_ApplyIS()
1205 window, pAacDecoderChannelInfo[R]->granuleLength); in CJointStereo_ApplyIS()
1223 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyIS()
1224 GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyIS()
1225 FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyIS()
1226 GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyIS()