Searched defs:maxj (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c249 output_value (j_decompress_ptr cinfo, int ci, int j, int maxj) argument
250 /* Return j'th output value, where j will range from 0 to maxj */
258 return (int) (((INT32) j * MAXJSAMPLE + maxj/2) / maxj);
263 largest_input_value (j_decompress_ptr cinfo, int ci, int j, int maxj) argument
265 /* Must have largest(j=0) >= 0, and largest(j=maxj) >= MAXJSAMPLE */
268 return (int) (((INT32) (2*j + 1) * MAXJSAMPLE + maxj) / (2*maxj));

Completed in 44 milliseconds