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

  /external/aac/libAACdec/src/
channelinfo.cpp 137 pIcsInfo->WindowSequence = BLOCK_LONG;
143 pIcsInfo->WindowSequence = (BLOCK_TYPE)FDKreadBits(bs, 2);
153 if ((flags & (AC_ELD | AC_LD)) && pIcsInfo->WindowSequence != BLOCK_LONG) {
154 pIcsInfo->WindowSequence = BLOCK_LONG;
channelinfo.h 173 BLOCK_TYPE WindowSequence; /* mdct.h; 0: long, 1: start, 2: short, 3: stop */
500 return (pIcsInfo->WindowSequence != BLOCK_SHORT);
508 return pIcsInfo->WindowSequence;
530 return (pIcsInfo->WindowSequence == BLOCK_SHORT) ? 8 : 1;
conceal.cpp 334 pConcealChannelInfo->windowSequence = BLOCK_LONG; /* default type */
566 tWindowSequence = hConcealmentInfo->windowSequence;
573 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo);
619 pIcsInfo->WindowSequence = tWindowSequence;
760 pIcsInfo->WindowSequence = hConcealmentInfo->windowSequence;
831 pIcsInfo->WindowSequence =
832 CConcealment_GetWinSeq(pConcealmentInfo->windowSequence);
833 pConcealmentInfo->windowSequence =
834 pIcsInfo->WindowSequence; /* Store for next fram
    [all...]
stereo.cpp 122 int windowSequence, const UINT flags) {
204 if (((windowSequence == BLOCK_SHORT) &&
207 (windowSequence != BLOCK_SHORT))) {
254 } else if ((windowSequence == BLOCK_SHORT) &&
618 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence != BLOCK_SHORT) {
631 ->icsInfo.WindowSequence) { /* current window sequence */
677 ->icsInfo.WindowSequence) { /* current window sequence */
770 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence !=
776 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence ==
    [all...]
block.cpp     [all...]
aacdec_drc.cpp 860 int winSeq = pIcsInfo->WindowSequence;
    [all...]
channel.cpp 493 pAacDecoderChannelInfo[0]->icsInfo.WindowSequence;
    [all...]

Completed in 138 milliseconds