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

  /external/chromium_org/third_party/libwebp/dec/
vp8li.h 76 int last_out_row_; // last row output so far. member in struct:VP8LDecoder
vp8l.c 559 int y_pos = dec->last_out_row_;
575 int y_pos = dec->last_out_row_;
688 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride;
694 // Update 'last_out_row_'.
695 dec->last_out_row_ += num_rows_out;
697 dec->last_out_row_ = io->use_scaling ?
701 assert(dec->last_out_row_ <= output->height);
733 dec->last_row_ = dec->last_out_row_ = row;
    [all...]
  /external/webp/src/dec/
vp8li.h 76 int last_out_row_; // last row output so far. member in struct:VP8LDecoder
vp8l.c 559 int y_pos = dec->last_out_row_;
575 int y_pos = dec->last_out_row_;
688 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride;
694 // Update 'last_out_row_'.
695 dec->last_out_row_ += num_rows_out;
697 dec->last_out_row_ = io->use_scaling ?
701 assert(dec->last_out_row_ <= output->height);
733 dec->last_row_ = dec->last_out_row_ = row;
    [all...]

Completed in 290 milliseconds