Lines Matching refs:headerBits
671 INT headerBits = 0, headerBitsFirstFrame = 0, headerBitsPrevious; in synchronization() local
714 headerBitsPrevious = headerBits; in synchronization()
725 headerBits = 0; in synchronization()
744 headerBits = syncLength; in synchronization()
747 headerBits = 0; in synchronization()
767 &headerBits in synchronization()
771 bitsAvail -= headerBits; in synchronization()
777 if ( (checkLengthBits+headerBits) > ((TRANSPORTDEC_INBUF_SIZE<<3)-7) ) { in synchronization()
801 bits = (bitsAvail + headerBits) % TPDEC_SYNCSKIP; in synchronization()
803 FDKpushBiDirectional(hBs, -(headerBits - TPDEC_SYNCSKIP) + bits); in synchronization()
804 bitsAvail += headerBits - TPDEC_SYNCSKIP - bits; in synchronization()
805 headerBits = 0; in synchronization()
823 headerBitsFirstFrame = headerBits; in synchronization()
859 headerBits = headerBitsFirstFrame; in synchronization()
874 FDKpushBack(hBs, headerBits); in synchronization()
875 headerBits = 0; in synchronization()
887 headerBits = headerBitsPrevious; in synchronization()
912 *pHeaderBits = headerBits; in synchronization()
935 INT headerBits; in transportDec_readStream() local
940 error = synchronization(hTp, &headerBits); in transportDec_readStream()
1003 error = synchronization(hTp, &headerBits); in transportDec_readStream()
1012 FDKpushBack(hBs, headerBits); in transportDec_readStream()