Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:image_height

61    * but image_width and image_height can come from arbitrary data,
64 if (((long) cinfo->image_width >> 24) || ((long) cinfo->image_height >> 24))
71 cinfo->jpeg_height = cinfo->image_height * cinfo->block_size;
79 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 2L);
87 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 3L);
95 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 4L);
103 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 5L);
111 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 6L);
119 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 7L);
127 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 8L);
135 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 9L);
143 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 10L);
151 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 11L);
159 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 12L);
167 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 13L);
175 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 14L);
183 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 15L);
191 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 16L);
200 cinfo->jpeg_height = cinfo->image_height;