Home
last modified time | relevance | path

Searched refs:WindowSequence (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Dchannelinfo.cpp134 pIcsInfo->WindowSequence = OnlyLongSequence; in IcsRead()
141 pIcsInfo->WindowSequence = (UCHAR) FDKreadBits(bs,2); in IcsRead()
151 if ( (flags & (AC_ELD|AC_LD)) && pIcsInfo->WindowSequence != OnlyLongSequence) { in IcsRead()
152 pIcsInfo->WindowSequence = OnlyLongSequence; in IcsRead()
Dchannelinfo.h162 UCHAR WindowSequence; /* See enum above, 0: long, 1: start, 2: short, 3: stop */ member
383 return (pIcsInfo->WindowSequence != EightShortSequence); in IsLongBlock()
393 return pIcsInfo->WindowSequence; in GetWindowSequence()
410 return (pIcsInfo->WindowSequence == EightShortSequence) ? 8 : 1; in GetWindowsPerFrame()
Dconceal.cpp710 pIcsInfo->WindowSequence = tWindowSequence; in CConcealment_Store()
873 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence; in CConcealment_ApplyNoise()
932 pIcsInfo->WindowSequence = CConcealment_GetWinSeq(pConcealmentInfo->windowSequence); in CConcealment_ApplyNoise()
933 …pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in … in CConcealment_ApplyNoise()
1035 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence; in CConcealment_ApplyInter()
1059 if (pIcsInfo->WindowSequence == EightShortSequence) { in CConcealment_ApplyInter()
1072 pIcsInfo->WindowSequence = EightShortSequence; in CConcealment_ApplyInter()
1121 pIcsInfo->WindowSequence = LongStopSequence; in CConcealment_ApplyInter()
1163 pIcsInfo->WindowSequence = LongStartSequence; in CConcealment_ApplyInter()
1181 pIcsInfo->WindowSequence = OnlyLongSequence; in CConcealment_ApplyInter()
[all …]
Dblock.cpp693 switch( pAacDecoderChannelInfo->icsInfo.WindowSequence ) { in CBlock_FrequencyToTime()
Daacdec_drc.cpp874 int winSeq = pIcsInfo->WindowSequence; in aacDecoder_drcApply()