Lines Matching full:bitstream
72 /* Initialize a bitstream to read from the specified input buffer. */
82 /* Ensure the bit buffer variable for the bitstream contains at least @num_bits
84 * may be called on the bitstream to peek or remove up to @num_bits bits. Note
100 /* Return the next @num_bits bits from the bitstream, without removing them.
110 /* Remove @num_bits from the bitstream. There must be at least @num_bits
121 /* Remove and return @num_bits bits from the bitstream. There must be at least
134 /* Read and return the next @num_bits bits from the bitstream. */
142 /* Read and return the next literal byte embedded in the bitstream. */
151 /* Read and return the next 16-bit integer embedded in the bitstream. */
164 /* Read and return the next 32-bit integer embedded in the bitstream. */
177 /* Read into @dst_buffer an array of literal bytes embedded in the bitstream.
191 /* Align the input bitstream on a coding-unit boundary. */
204 /* Reads and returns the next Huffman-encoded symbol from a bitstream. If the