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;
838 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
872 pIcsInfo->WindowShape = pConcealmentInfo->windowShape;
873 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence;
930 pIcsInfo->Valid = 0; /* Trigger the generation of a consitent IcsInfo */
931 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (required for F/T transform) */
932 pIcsInfo->WindowSequence = CConcealment_GetWinSeq(pConcealmentInfo->windowSequence);
933 pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used at all) */
945 pIcsInfo,
954 pIcsInfo,
1017 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
1034 pIcsInfo->WindowShape = pConcealmentInfo->windowShape;
1035 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence;
1059 if (pIcsInfo->WindowSequence == EightShortSequence) {
1071 pIcsInfo->WindowShape = 1;
1072 pIcsInfo->WindowSequence = EightShortSequence;
1120 pIcsInfo->WindowShape = 0;
1121 pIcsInfo->WindowSequence = LongStopSequence;
1162 pIcsInfo->WindowShape = 1;
1163 pIcsInfo->WindowSequence = LongStartSequence;
1180 pIcsInfo->WindowShape = 0;
1181 pIcsInfo->WindowSequence = OnlyLongSequence;
1259 pIcsInfo->Valid = 0; /* Trigger the generation of a consitent IcsInfo */
1260 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (required for F/T transform) */
1261 pIcsInfo->WindowSequence = CConcealment_GetWinSeq(pConcealmentInfo->windowSequence);
1262 pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used at all) */
1271 pIcsInfo,
1280 pIcsInfo,