Lines Matching refs:pIcsInfo
559 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_Store() local
573 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo); in CConcealment_Store()
574 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo); in CConcealment_Store()
576 *(GetWindowGroupLengthTable(pIcsInfo) + GetWindowGroups(pIcsInfo) - 1); in CConcealment_Store()
619 pIcsInfo->WindowSequence = tWindowSequence; in CConcealment_Store()
620 pIcsInfo->WindowShape = tWindowShape; in CConcealment_Store()
751 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_Apply() local
760 pIcsInfo->WindowSequence = hConcealmentInfo->windowSequence; in CConcealment_Apply()
761 pIcsInfo->WindowShape = hConcealmentInfo->windowShape; in CConcealment_Apply()
806 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyNoise() local
827 pIcsInfo->Valid = 0; /* Trigger the generation of a consitent IcsInfo */ in CConcealment_ApplyNoise()
828 pIcsInfo->WindowShape = in CConcealment_ApplyNoise()
831 pIcsInfo->WindowSequence = in CConcealment_ApplyNoise()
834 pIcsInfo->WindowSequence; /* Store for next frame in CConcealment_ApplyNoise()
881 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyInter() local
895 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; in CConcealment_ApplyInter()
896 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence; in CConcealment_ApplyInter()
919 if (pIcsInfo->WindowSequence == BLOCK_SHORT) { in CConcealment_ApplyInter()
933 pIcsInfo->WindowShape = (samplesPerFrame <= 512) ? 2 : 1; in CConcealment_ApplyInter()
934 pIcsInfo->WindowSequence = BLOCK_SHORT; in CConcealment_ApplyInter()
976 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
977 pIcsInfo->WindowSequence = BLOCK_STOP; in CConcealment_ApplyInter()
1014 pIcsInfo->WindowShape = (samplesPerFrame <= 512) ? 2 : 1; in CConcealment_ApplyInter()
1015 pIcsInfo->WindowSequence = BLOCK_START; in CConcealment_ApplyInter()
1031 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
1032 pIcsInfo->WindowSequence = BLOCK_LONG; in CConcealment_ApplyInter()
1089 pIcsInfo->Valid = 0; /* Trigger the generation of a consitent IcsInfo */ in CConcealment_ApplyInter()
1090 pIcsInfo->WindowShape = in CConcealment_ApplyInter()
1093 pIcsInfo->WindowSequence = in CConcealment_ApplyInter()
1096 pIcsInfo->WindowSequence; /* Store for next frame in CConcealment_ApplyInter()
1687 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyFadeOut() local
1715 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; in CConcealment_ApplyFadeOut()
1716 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence; in CConcealment_ApplyFadeOut()