HomeSort by relevance Sort by last modified time
    Searched refs:last_row_ (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dec/
vp8li.h 72 int last_row_; // last input row decoded so far. member in struct:VP8LDecoder
vp8l.c 640 const int start_row = dec->last_row_;
658 const int start_row = dec->last_row_;
672 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_;
673 const int num_rows = row - dec->last_row_;
683 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, in_stride)) {
706 // Update 'last_row_'.
707 dec->last_row_ = row;
708 assert(dec->last_row_ <= dec->height_);
728 const int num_rows = row - dec->last_row_;
730 (uint8_t*)dec->pixels_ + dec->width_ * dec->last_row_;
    [all...]

Completed in 127 milliseconds