Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c537 int y_pos = dec->last_out_row_; in EmitRescaledRowsYUVA()
550 int y_pos = dec->last_out_row_; in EmitRowsYUVA()
664 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride; in ProcessRows()
671 dec->last_out_row_ += num_rows_out; in ProcessRows()
673 dec->last_out_row_ = io->use_scaling ? in ProcessRows()
677 assert(dec->last_out_row_ <= output->height); in ProcessRows()
1107 dec->last_row_ = dec->last_out_row_ = row; in ExtractAlphaRows()
1118 dec->last_row_ = dec->last_out_row_ = row; in ExtractPalettedAlphaRows()
1235 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
Dvp8li.h77 int last_out_row_; // last row output so far. member
/external/webp/src/dec/
Dvp8li.h80 int last_out_row_; // last row output so far. member
Dvp8l.c622 int y_pos = dec->last_out_row_; in EmitRescaledRowsYUVA()
638 int y_pos = dec->last_out_row_; in EmitRowsYUVA()
751 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride; in ProcessRows()
758 dec->last_out_row_ += num_rows_out; in ProcessRows()
760 dec->last_out_row_ = io->use_scaling ? in ProcessRows()
764 assert(dec->last_out_row_ <= output->height); in ProcessRows()
796 dec->last_row_ = dec->last_out_row_ = row; in ExtractPalettedAlphaRows()
1457 dec->last_row_ = dec->last_out_row_ = row; in ExtractAlphaRows()
1618 params->last_y = dec->last_out_row_; in VP8LDecodeImage()