Home | History | Annotate | Download | only in jpeg

Lines Matching refs:num_cols

142   JDIMENSION num_cols = cinfo->image_width;
150 for (col = 0; col < num_cols; col++) {
198 JDIMENSION num_cols = cinfo->image_width;
204 for (col = 0; col < num_cols; col++) {
237 JDIMENSION num_cols = cinfo->image_width;
246 for (col = 0; col < num_cols; col++) {
289 JDIMENSION num_cols = cinfo->image_width;
296 for (col = 0; col < num_cols; col++) {
350 JDIMENSION num_cols = cinfo->image_width;
353 if (1 == num_rows && 3 == nc && num_cols > 0) {
359 int col = num_cols;
393 for (col = 0; col < num_cols; col++) {