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

  /external/aac/libAACdec/src/
stereo.h 209 int windowSequence, const UINT flags);
conceal_types.h 180 BLOCK_TYPE windowSequence;
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...]

Completed in 3187 milliseconds