Lines Matching full:bitstream
2 * bitstream
52 * bitStream encoding API (write forward)
54 /* bitStream can mix input from multiple sources.
72 * bitStream will never write outside of this buffer.
81 * Avoid storing elements of more than 24 bits if you want compatibility with 32-bits bitstream rea…
83 * Last operation is to close the bitStream.
90 * bitStream decoding API (read backward)
113 * A chunk of the bitStream is then stored into a local register.
188 * bitStream encoding
275 * bitStream decoding
280 * `srcSize` must be the *exact* size of the bitStream, in bytes.
339 /* if start > regMask, bitstream is corrupted, and result is undefined */ in BIT_getMiddleBits()
374 * bitstream is likely corrupted, and result is undefined */ in BIT_lookBits()