Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c789 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows()
790 const int num_rows = row - dec->last_row_; in ProcessRows()
800 ApplyInverseTransforms(dec, dec->last_row_, num_rows, rows); in ProcessRows()
801 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, in_stride)) { in ProcessRows()
829 dec->last_row_ = row; in ProcessRows()
830 assert(dec->last_row_ <= dec->height_); in ProcessRows()
872 : dec->last_row_; in ExtractPalettedAlphaRows()
873 const int first_row = (dec->last_row_ < top_row) ? top_row : dec->last_row_; in ExtractPalettedAlphaRows()
888 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractPalettedAlphaRows()
1137 assert(dec->last_row_ < last_row); in DecodeImageData()
[all …]
Dvp8li_dec.h76 int last_row_; // last input row decoded so far. member