Home | History | Annotate | Download | only in src

Lines Matching defs:pIcsInfo

563    CIcsInfo *pIcsInfo,
573 int windowsPerFrame = GetWindowsPerFrame(pIcsInfo);
583 if (!IsValid(pIcsInfo)) {
584 pIcsInfo->WindowGroups = 1;
585 if (IsLongBlock(pIcsInfo)) {
586 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
587 pIcsInfo->WindowGroupLength[0] = 1;
590 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
591 pIcsInfo->WindowGroupLength[0] = 8;
593 pIcsInfo->MaxSfBands = pIcsInfo->TotalSfBands;
625 for (group=0; group < GetWindowGroups(pIcsInfo); group++)
627 for (band=0; band < GetScaleFactorBandsTransmitted(pIcsInfo); band++)
661 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
674 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo);
675 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo);
676 hConcealmentInfo->lastWinGrpLen = *(GetWindowGroupLengthTable(pIcsInfo)+GetWindowGroups(pIcsInfo)-1);
710 pIcsInfo->WindowSequence = tWindowSequence;
711 pIcsInfo->WindowShape = tWindowShape;
837 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
871 pIcsInfo->WindowShape = pConcealmentInfo->windowShape;
872 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence;
929 pIcsInfo->Valid = 0; /* Trigger the generation of a consitent IcsInfo */
930 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (required for F/T transform) */
931 pIcsInfo->WindowSequence = CConcealment_GetWinSeq(pConcealmentInfo->windowSequence);
932 pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used at all) */
944 pIcsInfo,
953 pIcsInfo,
1016 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
1033 pIcsInfo->WindowShape = pConcealmentInfo->windowShape;
1034 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence;
1058 if (pIcsInfo->WindowSequence == EightShortSequence) {
1070 pIcsInfo->WindowShape = 1;
1071 pIcsInfo->WindowSequence = EightShortSequence;
1119 pIcsInfo->WindowShape = 0;
1120 pIcsInfo->WindowSequence = LongStopSequence;
1161 pIcsInfo->WindowShape = 1;
1162 pIcsInfo->WindowSequence = LongStartSequence;
1179 pIcsInfo->WindowShape = 0;
1180 pIcsInfo->WindowSequence = OnlyLongSequence;
1258 pIcsInfo->Valid = 0; /* Trigger the generation of a consitent IcsInfo */
1259 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (required for F/T transform) */
1260 pIcsInfo->WindowSequence = CConcealment_GetWinSeq(pConcealmentInfo->windowSequence);
1261 pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used at all) */
1270 pIcsInfo,
1279 pIcsInfo,