Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:jpeg_width

60    * We do check jpeg_width and jpeg_height in initial_setup below,
70 cinfo->jpeg_width = cinfo->image_width * cinfo->block_size;
76 cinfo->jpeg_width = (JDIMENSION)
84 cinfo->jpeg_width = (JDIMENSION)
92 cinfo->jpeg_width = (JDIMENSION)
100 cinfo->jpeg_width = (JDIMENSION)
108 cinfo->jpeg_width = (JDIMENSION)
116 cinfo->jpeg_width = (JDIMENSION)
124 cinfo->jpeg_width = (JDIMENSION)
132 cinfo->jpeg_width = (JDIMENSION)
140 cinfo->jpeg_width = (JDIMENSION)
148 cinfo->jpeg_width = (JDIMENSION)
156 cinfo->jpeg_width = (JDIMENSION)
164 cinfo->jpeg_width = (JDIMENSION)
172 cinfo->jpeg_width = (JDIMENSION)
180 cinfo->jpeg_width = (JDIMENSION)
188 cinfo->jpeg_width = (JDIMENSION)
199 cinfo->jpeg_width = cinfo->image_width;
253 if (cinfo->jpeg_height <= 0 || cinfo->jpeg_width <= 0 ||
259 (long) cinfo->jpeg_width > (long) JPEG_MAX_DIMENSION)
328 jdiv_round_up((long) cinfo->jpeg_width * (long) compptr->h_samp_factor,
335 jdiv_round_up((long) cinfo->jpeg_width *
614 jdiv_round_up((long) cinfo->jpeg_width,