Lines Matching full:row
31 JDIMENSION cur_iMCU_row; /* number of current iMCU row */
32 JDIMENSION rowgroup_ctr; /* counts row groups received in iMCU row */
127 /* If we don't have a full iMCU row buffered, return to application for
128 * more data. Note that preprocessor will always pad to fill the iMCU row
134 /* Send the completed row to the compressor */
136 /* If compressor did not consume the whole row, then we must need to
138 * we pretend we didn't yet consume the last input row; otherwise, if
139 * it happened to be the last row of the image, the application would
148 /* We did finish the row. Undo our little suspension hack if a previous
179 /* Realign the virtual buffers if at the start of an iMCU row. */
195 /* If a write pass, read input data until the current iMCU row is full. */
196 /* Note: preprocessor will pad if necessary to fill the last iMCU row. */
202 /* Return to application if we need more data to fill the iMCU row. */
210 /* If compressor did not consume the whole row, then we must need to
212 * we pretend we didn't yet consume the last input row; otherwise, if
213 * it happened to be the last row of the image, the application would
222 /* We did finish the row. Undo our little suspension hack if a previous
231 /* If get here, we are done with this iMCU row. Mark buffer empty. */