Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:jdiv_round_up

60       jdiv_round_up((long) cinfo->image_width, (long) cinfo->block_size);
62 jdiv_round_up((long) cinfo->image_height, (long) cinfo->block_size);
68 jdiv_round_up((long) cinfo->image_width * 2L, (long) cinfo->block_size);
70 jdiv_round_up((long) cinfo->image_height * 2L, (long) cinfo->block_size);
76 jdiv_round_up((long) cinfo->image_width * 3L, (long) cinfo->block_size);
78 jdiv_round_up((long) cinfo->image_height * 3L, (long) cinfo->block_size);
84 jdiv_round_up((long) cinfo->image_width * 4L, (long) cinfo->block_size);
86 jdiv_round_up((long) cinfo->image_height * 4L, (long) cinfo->block_size);
92 jdiv_round_up((long) cinfo->image_width * 5L, (long) cinfo->block_size);
94 jdiv_round_up((long) cinfo->image_height * 5L, (long) cinfo->block_size);
100 jdiv_round_up((long) cinfo->image_width * 6L, (long) cinfo->block_size);
102 jdiv_round_up((long) cinfo->image_height * 6L, (long) cinfo->block_size);
108 jdiv_round_up((long) cinfo->image_width * 7L, (long) cinfo->block_size);
110 jdiv_round_up((long) cinfo->image_height * 7L, (long) cinfo->block_size);
116 jdiv_round_up((long) cinfo->image_width * 8L, (long) cinfo->block_size);
118 jdiv_round_up((long) cinfo->image_height * 8L, (long) cinfo->block_size);
124 jdiv_round_up((long) cinfo->image_width * 9L, (long) cinfo->block_size);
126 jdiv_round_up((long) cinfo->image_height * 9L, (long) cinfo->block_size);
132 jdiv_round_up((long) cinfo->image_width * 10L, (long) cinfo->block_size);
134 jdiv_round_up((long) cinfo->image_height * 10L, (long) cinfo->block_size);
140 jdiv_round_up((long) cinfo->image_width * 11L, (long) cinfo->block_size);
142 jdiv_round_up((long) cinfo->image_height * 11L, (long) cinfo->block_size);
148 jdiv_round_up((long) cinfo->image_width * 12L, (long) cinfo->block_size);
150 jdiv_round_up((long) cinfo->image_height * 12L, (long) cinfo->block_size);
156 jdiv_round_up((long) cinfo->image_width * 13L, (long) cinfo->block_size);
158 jdiv_round_up((long) cinfo->image_height * 13L, (long) cinfo->block_size);
164 jdiv_round_up((long) cinfo->image_width * 14L, (long) cinfo->block_size);
166 jdiv_round_up((long) cinfo->image_height * 14L, (long) cinfo->block_size);
172 jdiv_round_up((long) cinfo->image_width * 15L, (long) cinfo->block_size);
174 jdiv_round_up((long) cinfo->image_height * 15L, (long) cinfo->block_size);
180 jdiv_round_up((long) cinfo->image_width * 16L, (long) cinfo->block_size);
182 jdiv_round_up((long) cinfo->image_height * 16L, (long) cinfo->block_size);
352 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
355 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
363 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
366 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
376 jdiv_round_up((long) cinfo->image_height,
430 jdiv_round_up((long) cinfo->image_width,
433 jdiv_round_up((long) cinfo->image_height,