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

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djdhuff.c275 * On most machines MIN_GET_BITS should be 25 to allow the full 32-bit width
280 * be a win to set MIN_GET_BITS to the minimum value of 15. This reduces the
285 #define MIN_GET_BITS 15 /* minimum allowable value */ macro
287 #define MIN_GET_BITS (BIT_BUF_SIZE-7) macro
302 /* Attempt to load at least MIN_GET_BITS bits into get_buffer. */
307 while (bits_left < MIN_GET_BITS) {
377 get_buffer <<= MIN_GET_BITS - bits_left;
378 bits_left = MIN_GET_BITS;

Completed in 36 milliseconds