Home | History | Annotate | Download | only in jpeg

Lines Matching refs:row

49   jvirt_sarray_ptr whole_image;	/* needed to reverse row order */
50 JDIMENSION data_width; /* JSAMPLEs per row */
51 JDIMENSION row_width; /* physical width of one row in the BMP file */
52 int pad_bytes; /* number of padding bytes needed per row */
53 JDIMENSION cur_output_row; /* next row# to write to virtual array */
81 /* Access next row in virtual array */
116 /* Access next row in virtual array */
350 JDIMENSION row;
361 for (row = cinfo->output_height; row > 0; row--) {
363 progress->pub.pass_counter = (long) (cinfo->output_height - row);
368 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE);