HomeSort by relevance Sort by last modified time
    Searched refs:WindowSequence (Results 1 - 5 of 5) sorted by null

  /external/aac/libAACdec/src/
channelinfo.cpp 134 pIcsInfo->WindowSequence = OnlyLongSequence;
141 pIcsInfo->WindowSequence = (UCHAR) FDKreadBits(bs,2);
151 if ( (flags & (AC_ELD|AC_LD)) && pIcsInfo->WindowSequence != OnlyLongSequence) {
152 pIcsInfo->WindowSequence = OnlyLongSequence;
channelinfo.h 162 UCHAR WindowSequence; /* See enum above, 0: long, 1: start, 2: short, 3: stop */
383 return (pIcsInfo->WindowSequence != EightShortSequence);
393 return pIcsInfo->WindowSequence;
410 return (pIcsInfo->WindowSequence == EightShortSequence) ? 8 : 1;
conceal.cpp 338 pConcealChannelInfo->windowSequence = 0;
667 tWindowSequence = hConcealmentInfo->windowSequence;
674 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo);
710 pIcsInfo->WindowSequence = tWindowSequence;
873 pIcsInfo->WindowSequence = pConcealmentInfo->windowSequence;
875 if (pConcealmentInfo->windowSequence == 2) {
932 pIcsInfo->WindowSequence = CConcealment_GetWinSeq(pConcealmentInfo->windowSequence);
933 pConcealmentInfo->windowSequence = pIcsInfo->WindowSequence; /* Store for next frame (spectrum in concealment buffer can't be used (…)
    [all...]
block.cpp 692 switch( pAacDecoderChannelInfo->icsInfo.WindowSequence ) {
aacdec_drc.cpp 874 int winSeq = pIcsInfo->WindowSequence;
    [all...]

Completed in 304 milliseconds