Lines Matching refs:headerBits
1067 INT headerBits = 0, headerBitsFirstFrame = 0, headerBitsPrevious; in synchronization() local
1119 headerBitsPrevious = headerBits; in synchronization()
1130 headerBits = 0; in synchronization()
1150 headerBits = syncLength; in synchronization()
1153 headerBits = 0; in synchronization()
1166 &headerBits); in synchronization()
1167 if (headerBits > bitsAvail) { in synchronization()
1168 err = (headerBits < (INT)hBs->hBitBuf.bufBits) in synchronization()
1177 hBs, -headerBits + TPDEC_SYNCSKIP + (bitsAvail % TPDEC_SYNCSKIP)); in synchronization()
1183 bitsAvail -= headerBits; in synchronization()
1189 if ((checkLengthBits + headerBits) > (((8192 * 4) << 3) - 7)) { in synchronization()
1212 bits = (bitsAvail + headerBits) % TPDEC_SYNCSKIP; in synchronization()
1215 FDKpushBiDirectional(hBs, -(headerBits - TPDEC_SYNCSKIP) + bits); in synchronization()
1216 headerBits = 0; in synchronization()
1234 headerBitsFirstFrame = headerBits; in synchronization()
1273 headerBits = headerBitsFirstFrame; in synchronization()
1292 FDKpushBack(hBs, headerBits); in synchronization()
1294 headerBits = 0; in synchronization()
1306 headerBits = headerBitsPrevious; in synchronization()
1335 *pHeaderBits = headerBits; in synchronization()
1356 INT headerBits; in transportDec_readStream() local
1361 error = synchronization(hTp, &headerBits); in transportDec_readStream()
1425 error = synchronization(hTp, &headerBits); in transportDec_readStream()
1431 FDKpushBack(hBs, headerBits); in transportDec_readStream()