Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:image_width

61    * but image_width and image_height can come from arbitrary data,
64 if (((long) cinfo->image_width >> 24) || ((long) cinfo->image_height >> 24))
70 cinfo->jpeg_width = cinfo->image_width * cinfo->block_size;
77 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 2L);
85 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 3L);
93 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 4L);
101 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 5L);
109 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 6L);
117 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 7L);
125 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 8L);
133 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 9L);
141 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 10L);
149 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 11L);
157 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 12L);
165 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 13L);
173 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 14L);
181 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 15L);
189 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 16L);
199 cinfo->jpeg_width = cinfo->image_width;
263 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components;