Home
last modified time | relevance | path

Searched refs:last_out_row_ (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8li_dec.h80 int last_out_row_; // last row output so far. member
Dvp8l_dec.c686 int y_pos = dec->last_out_row_; in EmitRescaledRowsYUVA()
705 int y_pos = dec->last_out_row_; in EmitRowsYUVA()
808 buf->rgba + (int64_t)dec->last_out_row_ * buf->stride; in ProcessRows()
818 dec->last_out_row_ += num_rows_out; in ProcessRows()
820 dec->last_out_row_ = io->use_scaling ? in ProcessRows()
824 assert(dec->last_out_row_ <= output->height); in ProcessRows()
888 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractPalettedAlphaRows()
1573 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractAlphaRows()
1737 params->last_y = dec->last_out_row_; in VP8LDecodeImage()