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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdinput.c89 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
92 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
100 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
103 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
113 jdiv_round_up((long) cinfo->image_height,
167 jdiv_round_up((long) cinfo->image_width,
170 jdiv_round_up((long) cinfo->image_height,
H A Djdmaster.c106 jdiv_round_up((long) cinfo->image_width, 8L);
108 jdiv_round_up((long) cinfo->image_height, 8L);
113 jdiv_round_up((long) cinfo->image_width, 4L);
115 jdiv_round_up((long) cinfo->image_height, 4L);
120 jdiv_round_up((long) cinfo->image_width, 2L);
122 jdiv_round_up((long) cinfo->image_height, 2L);
155 jdiv_round_up((long) cinfo->image_width *
159 jdiv_round_up((long) cinfo->image_height *
H A Djutils.c76 jdiv_round_up (long a, long b) function
H A Djcmaster.c106 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
109 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
113 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
116 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
126 jdiv_round_up((long) cinfo->image_height,
354 jdiv_round_up((long) cinfo->image_width,
357 jdiv_round_up((long) cinfo->image_height,
H A Djpegint.h327 #define jdiv_round_up jDivRound macro
375 EXTERN(long) jdiv_round_up JPP((long a, long b));

Completed in 35 milliseconds