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

/external/jpeg/
H A Djdhuff.c276 * On most machines MIN_GET_BITS should be 25 to allow the full 32-bit width
281 * be a win to set MIN_GET_BITS to the minimum value of 15. This reduces the
286 #define MIN_GET_BITS 15 /* minimum allowable value */ macro
288 #define MIN_GET_BITS (BIT_BUF_SIZE-7) macro
303 /* Attempt to load at least MIN_GET_BITS bits into get_buffer. */
308 while (bits_left < MIN_GET_BITS) {
378 get_buffer <<= MIN_GET_BITS - bits_left;
379 bits_left = MIN_GET_BITS;
/external/qemu/distrib/jpeg-6b/
H A Djdhuff.c276 * On most machines MIN_GET_BITS should be 25 to allow the full 32-bit width
281 * be a win to set MIN_GET_BITS to the minimum value of 15. This reduces the
286 #define MIN_GET_BITS 15 /* minimum allowable value */ macro
288 #define MIN_GET_BITS (BIT_BUF_SIZE-7) macro
303 /* Attempt to load at least MIN_GET_BITS bits into get_buffer. */
308 while (bits_left < MIN_GET_BITS) {
378 get_buffer <<= MIN_GET_BITS - bits_left;
379 bits_left = MIN_GET_BITS;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 57 milliseconds