Lines Matching full:bitstream
2 * bitstream
64 * bitStream encoding API (write forward)
66 /* bitStream can mix input from multiple sources.
84 * bitStream will never write outside of this buffer.
93 * Avoid storing elements of more than 24 bits if you want compatibility with 32-bits bitstream rea…
95 * Last operation is to close the bitStream.
101 * bitStream decoding API (read backward)
124 * A chunk of the bitStream is then stored into a local register.
156 * bitStream encoding
231 * bitStream decoding
236 * `srcSize` must be the *exact* size of the bitStream, in bytes.