Lines Matching defs:last
59 const int last = io->mb_h - 1;
61 for (j = 0; j < last; j += 2) {
69 if (j == last) { // Just do the last line twice
88 const int last = io->mb_h;
90 for (j = 0; j < last; ++j) {
141 // move to last row
149 // (except for the very last row)
152 // Process the very last row of even-sized picture
198 // We don't process the last row yet. It'll be done during the next call.
208 // If it's the very last call, we process all the remaining rows!