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 )
1058 if (pIcsInfo->WindowSequence == EightShortSequence) {
1059 /* f_(n-2) == EightShortSequence */
1065 if (pConcealmentInfo->windowSequence == EightShortSequence) { /* f_n == EightShortSequence */
1071 pIcsInfo->WindowSequence = EightShortSequence;
1078 EightShortSequence,
1085 EightShortSequence,
1100 } else { /* f_n != EightShortSequence */
1109 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 Daacdec_drc.cpp974 if (winSeq == EightShortSequence) {
H A Dblock.cpp713 case EightShortSequence:

Completed in 148 milliseconds