Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l_dec.c764 const int start_row = dec->last_row_; in ApplyInverseTransforms()
784 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows()
785 const int num_rows = row - dec->last_row_; in ProcessRows()
797 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, in_stride)) { in ProcessRows()
824 dec->last_row_ = row; in ProcessRows()
825 assert(dec->last_row_ <= dec->height_); in ProcessRows()
867 : dec->last_row_; in ExtractPalettedAlphaRows()
868 const int first_row = (dec->last_row_ < top_row) ? top_row : dec->last_row_; in ExtractPalettedAlphaRows()
883 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractPalettedAlphaRows()
1133 assert(dec->last_row_ < last_row); in DecodeImageData()
[all …]
Dvp8li_dec.h76 int last_row_; // last input row decoded so far. member