Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp674 #define TPDEC_SYNCSKIP 8 macro
738 FDK_ASSERT( (bitsAvail % TPDEC_SYNCSKIP) == 0); in synchronization()
740 if ((bitsAvail-syncLength) < TPDEC_SYNCSKIP) { in synchronization()
748 for (; (bitsAvail-syncLength) >= TPDEC_SYNCSKIP; bitsAvail-=TPDEC_SYNCSKIP) { in synchronization()
752 synch = ((synch << TPDEC_SYNCSKIP) & syncMask) | FDKreadBits(hBs, TPDEC_SYNCSKIP); in synchronization()
818 bits = (bitsAvail + headerBits) % TPDEC_SYNCSKIP; in synchronization()
820 FDKpushBiDirectional(hBs, -(headerBits - TPDEC_SYNCSKIP) + bits); in synchronization()
821 bitsAvail += headerBits - TPDEC_SYNCSKIP - bits; in synchronization()
916 FDKpushFor(hBs, TPDEC_SYNCSKIP); in synchronization()