Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l_dec.c709 const int start_row = dec->last_row_; in ApplyInverseTransforms()
729 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows()
730 const int num_rows = row - dec->last_row_; in ProcessRows()
742 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, in_stride)) { in ProcessRows()
766 dec->last_row_ = row; in ProcessRows()
767 assert(dec->last_row_ <= dec->height_); in ProcessRows()
809 : dec->last_row_; in ExtractPalettedAlphaRows()
810 const int first_row = (dec->last_row_ < top_row) ? top_row : dec->last_row_; in ExtractPalettedAlphaRows()
825 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractPalettedAlphaRows()
1070 assert(dec->last_row_ < last_row); in DecodeImageData()
[all …]
Dvp8li_dec.h76 int last_row_; // last input row decoded so far. member