Searched defs:image_width (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/ | ||
H A D | jpeglib.h | 154 * downsampled_width = ceil(image_width * Hi/Hmax) 156 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE) 283 JDIMENSION image_width; /* input image width */ member in struct:jpeg_compress_struct 424 JDIMENSION image_width; /* nominal image width (from SOF marker) */ member in struct:jpeg_decompress_struct |
Completed in 36 milliseconds