Searched refs:EightShortSequence (Results 1 - 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
H A Dchannelinfo.h133 EightShortSequence, enumerator in enum:__anon32
383 return (pIcsInfo->WindowSequence != EightShortSequence);
410 return (pIcsInfo->WindowSequence == EightShortSequence) ? 8 : 1;
H A Dconceal.cpp246 || prevWinSeq == EightShortSequence )
1059 if (pIcsInfo->WindowSequence == EightShortSequence) {
1060 /* f_(n-2) == EightShortSequence */
1066 if (pConcealmentInfo->windowSequence == EightShortSequence) { /* f_n == EightShortSequence */
1072 pIcsInfo->WindowSequence = EightShortSequence;
1079 EightShortSequence,
1086 EightShortSequence,
1101 } else { /* f_n != EightShortSequence */
1110 EightShortSequence,
[all...]
H A Drvlcconceal.cpp122 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
196 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
274 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) {
411 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) {
542 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
647 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
H A Drvlc.cpp926 currentBlockType = (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) ? 0 : 1;
1072 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) {
1205 pAacDecoderStaticChannelInfo[ch]->concealmentInfo.rvlcPreviousBlockType = (GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) == EightShortSequence) ? 0 : 1;
H A Dblock.cpp707 case EightShortSequence:
H A Daacdec_drc.cpp1077 if (winSeq == EightShortSequence) {

Completed in 121 milliseconds