Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l.c622 const int start_row = dec->last_row_; in ApplyInverseTransforms()
640 const uint32_t* const rows = dec->argb_ + dec->width_ * dec->last_row_; in ProcessRows()
641 const int num_rows = row - dec->last_row_; in ProcessRows()
650 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, io->width)) { in ProcessRows()
675 dec->last_row_ = row; in ProcessRows()
676 assert(dec->last_row_ <= dec->height_); in ProcessRows()
1067 const int num_rows = row - dec->last_row_; in ExtractAlphaRows()
1068 const uint32_t* const in = dec->argb_ + dec->width_ * dec->last_row_; in ExtractAlphaRows()
1077 uint8_t* const dst = (uint8_t*)dec->io_->opaque + width * dec->last_row_; in ExtractAlphaRows()
1083 dec->last_row_ = dec->last_out_row_ = row; in ExtractAlphaRows()
Dvp8li.h73 int last_row_; // last input row decoded so far. member