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