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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java202 private static final int MIN_ESTIMATED_PASSES = 10; // IJG default field in class:JPEGImageReader
1281 // Assume there are a minimum of MIN_ESTIMATED_PASSES
1286 // assuming a minimum of MIN_ESTIMATED_PASSES passes and
1290 Math.max(2, MIN_ESTIMATED_PASSES-pass);

Completed in 33 milliseconds