Searched refs:last_out_row_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dvp8li.h77 int last_out_row_; // last row output so far. member in struct:__anon12414
H A Dvp8l.c538 int y_pos = dec->last_out_row_;
551 int y_pos = dec->last_out_row_;
665 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride;
671 // Update 'last_out_row_'.
672 dec->last_out_row_ += num_rows_out;
674 dec->last_out_row_ = io->use_scaling ?
678 assert(dec->last_out_row_ <= output->height);
1108 dec->last_row_ = dec->last_out_row_ = row;
1119 dec->last_row_ = dec->last_out_row_ = row;
1236 params->last_y = dec->last_out_row_;
[all...]
/external/webp/src/dec/
H A Dvp8li.h77 int last_out_row_; // last row output so far. member in struct:__anon28887
H A Dvp8l.c537 int y_pos = dec->last_out_row_;
550 int y_pos = dec->last_out_row_;
664 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride;
670 // Update 'last_out_row_'.
671 dec->last_out_row_ += num_rows_out;
673 dec->last_out_row_ = io->use_scaling ?
677 assert(dec->last_out_row_ <= output->height);
1107 dec->last_row_ = dec->last_out_row_ = row;
1118 dec->last_row_ = dec->last_out_row_ = row;
1235 params->last_y = dec->last_out_row_;
[all...]

Completed in 63 milliseconds