Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannelinfo.cpp137 pIcsInfo->WindowSequence = BLOCK_LONG; in IcsRead()
143 pIcsInfo->WindowSequence = (BLOCK_TYPE)FDKreadBits(bs, 2); in IcsRead()
153 if ((flags & (AC_ELD | AC_LD)) && pIcsInfo->WindowSequence != BLOCK_LONG) { in IcsRead()
154 pIcsInfo->WindowSequence = BLOCK_LONG; in IcsRead()
Dchannelinfo.h173 BLOCK_TYPE WindowSequence; /* mdct.h; 0: long, 1: start, 2: short, 3: stop */ member
500 return (pIcsInfo->WindowSequence != BLOCK_SHORT); in IsLongBlock()
508 return pIcsInfo->WindowSequence; in GetWindowSequence()
530 return (pIcsInfo->WindowSequence == BLOCK_SHORT) ? 8 : 1; in GetWindowsPerFrame()
Dconceal.cpp619 pIcsInfo->WindowSequence = tWindowSequence; in CConcealment_Store()
760 pIcsInfo->WindowSequence = hConcealmentInfo->windowSequence; in CConcealment_Apply()
831 pIcsInfo->WindowSequence = in CConcealment_ApplyNoise()
834 pIcsInfo->WindowSequence; /* Store for next frame in CConcealment_ApplyNoise()
896 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence; in CConcealment_ApplyInter()
919 if (pIcsInfo->WindowSequence == BLOCK_SHORT) { in CConcealment_ApplyInter()
934 pIcsInfo->WindowSequence = BLOCK_SHORT; in CConcealment_ApplyInter()
977 pIcsInfo->WindowSequence = BLOCK_STOP; in CConcealment_ApplyInter()
1015 pIcsInfo->WindowSequence = BLOCK_START; in CConcealment_ApplyInter()
1032 pIcsInfo->WindowSequence = BLOCK_LONG; in CConcealment_ApplyInter()
[all …]
Dstereo.cpp618 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence != BLOCK_SHORT) { in CJointStereo_ApplyMS()
631 ->icsInfo.WindowSequence) { /* current window sequence */ in CJointStereo_ApplyMS()
677 ->icsInfo.WindowSequence) { /* current window sequence */ in CJointStereo_ApplyMS()
770 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence != in CJointStereo_ApplyMS()
776 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
873 FDK_ASSERT(pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
956 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
969 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS()
Dblock.cpp1035 switch (pAacDecoderChannelInfo->icsInfo.WindowSequence) { in CBlock_FrequencyToTime()
1085 (pAacDecoderChannelInfo->icsInfo.WindowSequence == BLOCK_SHORT) in CBlock_FrequencyToTime()
1246 (pAacDecoderChannelInfo->icsInfo.WindowSequence == BLOCK_SHORT) ? FD_SHORT in CBlock_FrequencyToTime()
Dchannel.cpp493 pAacDecoderChannelInfo[0]->icsInfo.WindowSequence; in CChannelElement_Read()
Daacdec_drc.cpp860 int winSeq = pIcsInfo->WindowSequence; in aacDecoder_drcApply()