Searched defs:bit_left (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djdhuff.c872 * Set the reader byte position to offset and bit position to bit_left
877 int byte_offset, int bit_left, INT32 buf)
881 entropy->bitstate.bits_left = bit_left;
876 jset_input_stream_position_bit(j_decompress_ptr cinfo, int byte_offset, int bit_left, INT32 buf) argument
/external/qemu/distrib/jpeg-6b/
H A Djdhuff.c872 * Set the reader byte position to offset and bit position to bit_left
877 int byte_offset, int bit_left, INT32 buf)
881 entropy->bitstate.bits_left = bit_left;
876 jset_input_stream_position_bit(j_decompress_ptr cinfo, int byte_offset, int bit_left, INT32 buf) argument

Completed in 177 milliseconds