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

/external/aac/libAACdec/src/
H A Dchannelinfo.cpp134 pIcsInfo->WindowSequence = OnlyLongSequence;
141 pIcsInfo->WindowSequence = (UCHAR) FDKreadBits(bs,2);
151 if ( (flags & (AC_ELD|AC_LD)) && pIcsInfo->WindowSequence != OnlyLongSequence) {
152 pIcsInfo->WindowSequence = OnlyLongSequence;
H A Dchannelinfo.h162 UCHAR WindowSequence; /* See enum above, 0: long, 1: start, 2: short, 3: stop */ member in struct:__anon35
383 return (pIcsInfo->WindowSequence != EightShortSequence);
393 return pIcsInfo->WindowSequence;
410 return (pIcsInfo->WindowSequence == EightShortSequence) ? 8 : 1;
H A Dconceal.cpp710 pIcsInfo->WindowSequence = tWindowSequence;
873 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence;
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) */
1035 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence;
1059 if (pIcsInfo->WindowSequence == EightShortSequence) {
1072 pIcsInfo->WindowSequence = EightShortSequence;
1121 pIcsInfo->WindowSequence = LongStopSequence;
1163 pIcsInfo->WindowSequence = LongStartSequence;
1181 pIcsInfo->WindowSequence
[all...]
H A Dblock.cpp693 switch( pAacDecoderChannelInfo->icsInfo.WindowSequence ) {
H A Daacdec_drc.cpp874 int winSeq = pIcsInfo->WindowSequence;

Completed in 45 milliseconds