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

Lines Matching full:last

43  * groups does not.  Some garbage sample rows may be included in the last iMCU
58 * context rows are manufactured by duplicating the first or last real sample
70 * To provide the desired context, we have to retain the last two row groups
71 * of one iMCU row while reading in the next iMCU row. (The last row group
73 * and so we have to save the next-to-last group too for its above-context.)
91 * We read alternate iMCU rows using each master pointer; thus the last two
99 * the first or last sample row as necessary (this is cheaper than copying
220 /* In the second list, put the last four row groups in swapped order */
267 /* Change the pointer lists to duplicate the last sample row at the bottom
291 /* Duplicate the last real sample row rgroup*2 times; this pads out the
292 * last partial rowgroup and ensures at least one full rowgroup of context.
328 /* For last pass of 2-pass quantization, just crank the postprocessor */
422 * the last sample row, and adjust rowgroups_avail to ignore padding rows.
441 /* Still need to process last row group of this iMCU row, */