Lines Matching refs:pIcsInfo
561 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_Store() local
575 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo); in CConcealment_Store()
576 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo); in CConcealment_Store()
578 *(GetWindowGroupLengthTable(pIcsInfo) + GetWindowGroups(pIcsInfo) - 1); in CConcealment_Store()
621 pIcsInfo->WindowSequence = tWindowSequence; in CConcealment_Store()
622 pIcsInfo->WindowShape = tWindowShape; in CConcealment_Store()
753 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_Apply() local
762 pIcsInfo->WindowSequence = hConcealmentInfo->windowSequence; in CConcealment_Apply()
763 pIcsInfo->WindowShape = hConcealmentInfo->windowShape; in CConcealment_Apply()
808 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyNoise() local
829 pIcsInfo->Valid = 0; /* Trigger the generation of a consitent IcsInfo */ in CConcealment_ApplyNoise()
830 pIcsInfo->WindowShape = in CConcealment_ApplyNoise()
833 pIcsInfo->WindowSequence = in CConcealment_ApplyNoise()
836 pIcsInfo->WindowSequence; /* Store for next frame in CConcealment_ApplyNoise()
883 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyInter() local
897 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; in CConcealment_ApplyInter()
898 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence; in CConcealment_ApplyInter()
921 if (pIcsInfo->WindowSequence == BLOCK_SHORT) { in CConcealment_ApplyInter()
935 pIcsInfo->WindowShape = (samplesPerFrame <= 512) ? 2 : 1; in CConcealment_ApplyInter()
936 pIcsInfo->WindowSequence = BLOCK_SHORT; in CConcealment_ApplyInter()
978 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
979 pIcsInfo->WindowSequence = BLOCK_STOP; in CConcealment_ApplyInter()
1016 pIcsInfo->WindowShape = (samplesPerFrame <= 512) ? 2 : 1; in CConcealment_ApplyInter()
1017 pIcsInfo->WindowSequence = BLOCK_START; in CConcealment_ApplyInter()
1033 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
1034 pIcsInfo->WindowSequence = BLOCK_LONG; in CConcealment_ApplyInter()
1091 pIcsInfo->Valid = 0; /* Trigger the generation of a consitent IcsInfo */ in CConcealment_ApplyInter()
1092 pIcsInfo->WindowShape = in CConcealment_ApplyInter()
1095 pIcsInfo->WindowSequence = in CConcealment_ApplyInter()
1098 pIcsInfo->WindowSequence; /* Store for next frame in CConcealment_ApplyInter()
1684 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyFadeOut() local
1712 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; in CConcealment_ApplyFadeOut()
1713 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence; in CConcealment_ApplyFadeOut()