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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djdhuff.c402 * On most machines MIN_GET_BITS should be 25 to allow the full 32-bit width
407 * be a win to set MIN_GET_BITS to the minimum value of 15. This reduces the
412 #define MIN_GET_BITS 15 /* minimum allowable value */ macro
414 #define MIN_GET_BITS (BIT_BUF_SIZE-7) macro
429 /* Attempt to load at least MIN_GET_BITS bits into get_buffer. */
434 while (bits_left < MIN_GET_BITS) {
504 get_buffer <<= MIN_GET_BITS - bits_left;
505 bits_left = MIN_GET_BITS;

Completed in 82 milliseconds