Lines Matching full:rows
67 typedef JSAMPROW *JSAMPARRAY; /* ptr to some rows (a 2-D sample array) */
332 * restart_interval, or in MCU rows by setting restart_in_rows
337 int restart_in_rows; /* if > 0, MCU rows per restart interval */
371 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
372 /* The coefficient controller receives data in units of MCU rows as defined
374 * There are v_samp_factor * DCTSIZE sample rows of each component in an
387 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
471 /* If the buffer passed to jpeg_read_scanlines() is less than this many rows
480 * The map has out_color_components rows and actual_number_of_colors columns.
495 /* Current input scan number and number of iMCU rows completed in scan.
499 JDIMENSION input_iMCU_row; /* Number of iMCU rows completed */
506 JDIMENSION output_iMCU_row; /* Number of iMCU rows read */
584 JDIMENSION total_iMCU_rows; /* # of iMCU rows in image */
586 * units of "iMCU" (interleaved MCU) rows. These are the same as MCU rows
589 * rows of each component. Therefore, the IDCT output contains
590 * v_samp_factor*DCT_scaled_size sample rows of a component per iMCU row.
605 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */