Searched refs:headerBits (Results 1 – 3 of 3) sorted by relevance
1067 INT headerBits = 0, headerBitsFirstFrame = 0, headerBitsPrevious; in synchronization() local1119 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()[all …]
150 hAdts->headerBits = bits; in adtsWrite_GetHeaderBits()196 hAdts->headerBits = adtsWrite_GetHeaderBits(hAdts); in adtsWrite_EncodeHeader()198 FDK_ASSERT(((frame_length + hAdts->headerBits) / 8) < 0x2000); /*13 bit*/ in adtsWrite_EncodeHeader()235 FDKwriteBits(hBitStream, (frame_length + hAdts->headerBits) >> 3, 13); in adtsWrite_EncodeHeader()
128 int headerBits; /*!< Header bit demand for the current raw data block */ member