Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l.c640 const int start_row = dec->last_row_; in ApplyInverseTransforms()
658 const int start_row = dec->last_row_; in ApplyInverseTransformsAlpha()
672 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows()
673 const int num_rows = row - dec->last_row_; in ProcessRows()
683 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, in_stride)) { in ProcessRows()
707 dec->last_row_ = row; in ProcessRows()
708 assert(dec->last_row_ <= dec->height_); in ProcessRows()
728 const int num_rows = row - dec->last_row_; in ExtractPalettedAlphaRows()
730 (uint8_t*)dec->pixels_ + dec->width_ * dec->last_row_; in ExtractPalettedAlphaRows()
734 dec->last_row_ = dec->last_out_row_ = row; in ExtractPalettedAlphaRows()
[all …]
Dvp8li.h72 int last_row_; // last input row decoded so far. member