• Home
  • Raw
  • Download

Lines Matching refs:icsInfo

601     int currentShape = (int)pAacDecoderChannelInfo[L]->icsInfo.WindowShape;  in CJointStereo_ApplyMS()
618 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence != BLOCK_SHORT) { in CJointStereo_ApplyMS()
631 ->icsInfo.WindowSequence) { /* current window sequence */ in CJointStereo_ApplyMS()
677 ->icsInfo.WindowSequence) { /* current window sequence */ 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()
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()
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()