Searched refs:LOG_TWO_BIT_BUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/jpeg/
H A Djdhuff.h74 #define LOG_TWO_BIT_BUF_SIZE 5 /* log_2(BIT_BUF_SIZE) */ macro
H A Djdhuff.c540 (jget_input_stream_position(cinfo) << LOG_TWO_BIT_BUF_SIZE)
579 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE;
581 bitstream_offset & ((1 << LOG_TWO_BIT_BUF_SIZE) - 1);
H A Djdphuff.c656 (jget_input_stream_position(cinfo) << LOG_TWO_BIT_BUF_SIZE)
695 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE;
697 bitstream_offset & ((1 << LOG_TWO_BIT_BUF_SIZE) - 1);

Completed in 84 milliseconds