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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A DimageioJPEG.c2628 int maxBandValue, halfMaxBandValue; local
2699 halfMaxBandValue = maxBandValue >> 1;
2703 ((j*MAX_JPEG_BAND_VALUE + halfMaxBandValue)/maxBandValue);

Completed in 27 milliseconds