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

  /external/chromium_org/third_party/libwebp/dec/
vp8li.h 76 int last_row_; // last input row decoded so far. member in struct:__anon12104
vp8l.c 616 const int start_row = dec->last_row_;
634 const int start_row = dec->last_row_;
648 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_;
649 const int num_rows = row - dec->last_row_;
658 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, io->width)) {
682 // Update 'last_row_'.
683 dec->last_row_ = row;
684 assert(dec->last_row_ <= dec->height_);
    [all...]
  /external/webp/src/dec/
vp8li.h 76 int last_row_; // last input row decoded so far. member in struct:__anon28548
vp8l.c 615 const int start_row = dec->last_row_;
633 const int start_row = dec->last_row_;
647 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_;
648 const int num_rows = row - dec->last_row_;
657 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, io->width)) {
681 // Update 'last_row_'.
682 dec->last_row_ = row;
683 assert(dec->last_row_ <= dec->height_);
    [all...]

Completed in 25 milliseconds