Home
last modified time | relevance | path

Searched refs:windowSequence (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Dconceal.cpp334 pConcealChannelInfo->windowSequence = BLOCK_LONG; /* default type */ in CConcealment_InitChannelData()
566 tWindowSequence = hConcealmentInfo->windowSequence; in CConcealment_Store()
573 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo); in CConcealment_Store()
760 pIcsInfo->WindowSequence = hConcealmentInfo->windowSequence; in CConcealment_Apply()
832 CConcealment_GetWinSeq(pConcealmentInfo->windowSequence); in CConcealment_ApplyNoise()
833 pConcealmentInfo->windowSequence = in CConcealment_ApplyNoise()
896 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence; in CConcealment_ApplyInter()
926 if (pConcealmentInfo->windowSequence == in CConcealment_ApplyInter()
1010 if (pConcealmentInfo->windowSequence == in CConcealment_ApplyInter()
1094 CConcealment_GetWinSeq(pConcealmentInfo->windowSequence); in CConcealment_ApplyInter()
[all …]
Dstereo.h209 int windowSequence, const UINT flags);
Dconceal_types.h180 BLOCK_TYPE windowSequence; member
Dstereo.cpp122 int windowSequence, const UINT flags) { in CJointStereo_Read() argument
204 if (((windowSequence == BLOCK_SHORT) && in CJointStereo_Read()
207 (windowSequence != BLOCK_SHORT))) { in CJointStereo_Read()
254 } else if ((windowSequence == BLOCK_SHORT) && in CJointStereo_Read()