Home | History | Annotate | Download | only in dec

Lines Matching defs:last

660     y_end = io->crop_bottom;  // make sure we don't overflow on last row.
732 // last call.
928 const int last = width * last_row; // Last pixel to decode
936 while (!br->eos_ && pos < last) {
978 if (pos < last && (col & mask)) {
987 // Process the remaining rows corresponding to last row-block.
1032 uint32_t* const src_last = data + width * last_row; // Last pixel to decode
1141 // Process the remaining rows corresponding to last row-block.