Lines Matching full:bitstream
2 * bitstream
51 * bitStream encoding API (write forward)
53 /* bitStream can mix input from multiple sources.
71 * bitStream will never write outside of this buffer.
80 * Avoid storing elements of more than 24 bits if you want compatibility with 32-bits bitstream rea…
82 * Last operation is to close the bitStream.
89 * bitStream decoding API (read backward)
112 * A chunk of the bitStream is then stored into a local register.
177 * bitStream encoding
264 * bitStream decoding
269 * `srcSize` must be the *exact* size of the bitStream, in bytes.
328 /* if start > regMask, bitstream is corrupted, and result is undefined */ in BIT_getMiddleBits()
350 * bitstream is likely corrupted, and result is undefined */ in BIT_lookBits()