Searched refs:last_out_row_ (Results 1 – 2 of 2) sorted by relevance
80 int last_out_row_; // last row output so far. member
681 int y_pos = dec->last_out_row_; in EmitRescaledRowsYUVA()700 int y_pos = dec->last_out_row_; in EmitRowsYUVA()803 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride; in ProcessRows()813 dec->last_out_row_ += num_rows_out; in ProcessRows()815 dec->last_out_row_ = io->use_scaling ? in ProcessRows()819 assert(dec->last_out_row_ <= output->height); in ProcessRows()883 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractPalettedAlphaRows()1568 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractAlphaRows()1733 params->last_y = dec->last_out_row_; in VP8LDecodeImage()