Home | History | Annotate | Download | only in jpeg-6b

Lines Matching full:row

37   JDIMENSION iMCU_row_num;	/* iMCU row # within image */
38 JDIMENSION mcu_ctr; /* counts MCUs processed in current row */
39 int MCU_vert_offset; /* counts MCU rows within iMCU row */
73 /* Reset within-iMCU-row counters for a new row */
77 /* In an interleaved scan, an MCU row is the same as an iMCU row.
78 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows.
134 * We process the equivalent of one fully interleaved MCU row ("iMCU" row)
136 * Returns TRUE if the iMCU row is completed, FALSE if suspended.
146 JDIMENSION MCU_col_num; /* index of current MCU within row */
153 /* Loop to write as much as one whole iMCU row */
159 * Each call on forward_DCT processes a horizontal row of DCT blocks
190 /* Create a row of dummy blocks at the bottom of the image. */
211 /* Completed an MCU row, but perhaps not an iMCU row */
214 /* Completed the iMCU row, advance counters for next one */
225 * We process the equivalent of one fully interleaved MCU row ("iMCU" row)
263 /* Count non-dummy DCT block rows in this iMCU row. */
277 /* Perform DCT for all non-dummy blocks in this iMCU row. Each call
278 * on forward_DCT processes a complete horizontal row of DCT blocks.
315 thisblockrow += h_samp_factor; /* advance to next MCU in row */
332 * We process the equivalent of one fully interleaved MCU row ("iMCU" row)
335 * Returns TRUE if the iMCU row is completed, FALSE if suspended.
344 JDIMENSION MCU_col_num; /* index of current MCU within row */
363 /* Loop to process one whole iMCU row */
388 /* Completed an MCU row, but perhaps not an iMCU row */
391 /* Completed the iMCU row, advance counters for next one */