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

  /external/chromium_org/third_party/libwebp/dec/
vp8li.h 72 int last_row_; // last input row decoded so far. member in struct:VP8LDecoder
vp8l.c 639 const int start_row = dec->last_row_;
657 const int start_row = dec->last_row_;
671 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_;
672 const int num_rows = row - dec->last_row_;
682 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, in_stride)) {
705 // Update 'last_row_'.
706 dec->last_row_ = row;
707 assert(dec->last_row_ <= dec->height_);
727 const int num_rows = row - dec->last_row_;
729 (uint8_t*)dec->pixels_ + dec->width_ * dec->last_row_;
    [all...]

Completed in 29 milliseconds