Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannelinfo.h133 EightShortSequence, enumerator
383 return (pIcsInfo->WindowSequence != EightShortSequence); in IsLongBlock()
410 return (pIcsInfo->WindowSequence == EightShortSequence) ? 8 : 1; in GetWindowsPerFrame()
Dconceal.cpp246 || prevWinSeq == EightShortSequence ) in CConcealment_GetWinSeq()
1059 if (pIcsInfo->WindowSequence == EightShortSequence) { in CConcealment_ApplyInter()
1066 … if (pConcealmentInfo->windowSequence == EightShortSequence) { /* f_n == EightShortSequence */ in CConcealment_ApplyInter()
1072 pIcsInfo->WindowSequence = EightShortSequence; in CConcealment_ApplyInter()
1079 EightShortSequence, in CConcealment_ApplyInter()
1086 EightShortSequence, in CConcealment_ApplyInter()
1110 EightShortSequence, in CConcealment_ApplyInter()
1159 … if (pConcealmentInfo->windowSequence == EightShortSequence) { /* f_n == EightShortSequence */ in CConcealment_ApplyInter()
1174 EightShortSequence, in CConcealment_ApplyInter()
1363 case EightShortSequence: in CConcealment_CalcBandEnergy()
Drvlcconceal.cpp122 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in calcRefValFwd()
196 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in calcRefValBwd()
274 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
411 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
542 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in StatisticalEstimation()
647 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in PredictiveInterpolation()
Drvlc.cpp926 …currentBlockType = (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) ? 0… in rvlcFinalErrorDetection()
1072 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in CRvlc_Read()
1205 …lockType = (GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) == EightShortSequence) ? 0 : 1; in CRvlc_ElementCheck()
Dblock.cpp706 case EightShortSequence: in CBlock_FrequencyToTime()
Daacdec_drc.cpp1077 if (winSeq == EightShortSequence) { in aacDecoder_drcApply()