Lines Matching refs:headerBits
1054 INT headerBits = 0, headerBitsFirstFrame = 0, headerBitsPrevious; in synchronization() local
1106 headerBitsPrevious = headerBits; in synchronization()
1117 headerBits = 0; in synchronization()
1137 headerBits = syncLength; in synchronization()
1140 headerBits = 0; in synchronization()
1153 &headerBits); in synchronization()
1159 hBs, -headerBits + TPDEC_SYNCSKIP + (bitsAvail % TPDEC_SYNCSKIP)); in synchronization()
1165 bitsAvail -= headerBits; in synchronization()
1171 if ((checkLengthBits + headerBits) > (((8192 * 4) << 3) - 7)) { in synchronization()
1196 bits = (bitsAvail + headerBits) % TPDEC_SYNCSKIP; in synchronization()
1199 FDKpushBiDirectional(hBs, -(headerBits - TPDEC_SYNCSKIP) + bits); in synchronization()
1200 headerBits = 0; in synchronization()
1218 headerBitsFirstFrame = headerBits; in synchronization()
1257 headerBits = headerBitsFirstFrame; in synchronization()
1275 FDKpushBack(hBs, headerBits); in synchronization()
1276 headerBits = 0; in synchronization()
1287 headerBits = headerBitsPrevious; in synchronization()
1316 *pHeaderBits = headerBits; in synchronization()
1337 INT headerBits; in transportDec_readStream() local
1342 error = synchronization(hTp, &headerBits); in transportDec_readStream()
1406 error = synchronization(hTp, &headerBits); in transportDec_readStream()
1412 FDKpushBack(hBs, headerBits); in transportDec_readStream()