Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l.c613 const int start_row = dec->last_row_; in ApplyInverseTransforms()
631 const uint32_t* const rows = dec->argb_ + dec->width_ * dec->last_row_; in ProcessRows()
632 const int num_rows = row - dec->last_row_; in ProcessRows()
641 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, io->width)) { in ProcessRows()
666 dec->last_row_ = row; in ProcessRows()
667 assert(dec->last_row_ <= dec->height_); in ProcessRows()
1058 const int num_rows = row - dec->last_row_; in ExtractAlphaRows()
1059 const uint32_t* const in = dec->argb_ + dec->width_ * dec->last_row_; in ExtractAlphaRows()
1068 uint8_t* const dst = (uint8_t*)dec->io_->opaque + width * dec->last_row_; in ExtractAlphaRows()
1074 dec->last_row_ = dec->last_out_row_ = row; in ExtractAlphaRows()
Dvp8li.h73 int last_row_; // last input row decoded so far. member