Lines Matching refs:last_out_row_
537 int y_pos = dec->last_out_row_;
550 int y_pos = dec->last_out_row_;
664 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride;
670 // Update 'last_out_row_'.
671 dec->last_out_row_ += num_rows_out;
673 dec->last_out_row_ = io->use_scaling ?
677 assert(dec->last_out_row_ <= output->height);
1107 dec->last_row_ = dec->last_out_row_ = row;
1118 dec->last_row_ = dec->last_out_row_ = row;
1235 params->last_y = dec->last_out_row_;