• 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()
872 FDK_ASSERT(pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
954 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
967 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
1099 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyMS()
1100 GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyMS()
1101 FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyMS()
1102 GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyMS()
1211 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyIS()
1212 GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyIS()
1213 FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyIS()
1214 GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo)); in CJointStereo_ApplyIS()