Lines Matching full:bitstream
3 * 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.
178 * bitStream encoding
265 * bitStream decoding
270 * `srcSize` must be the *exact* size of the bitStream, in bytes.
329 /* if start > regMask, bitstream is corrupted, and result is undefined */ in BIT_getMiddleBits()
351 * bitstream is likely corrupted, and result is undefined */ in BIT_lookBits()