Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l_dec.c632 int y_pos = dec->last_out_row_; in EmitRescaledRowsYUVA()
651 int y_pos = dec->last_out_row_; in EmitRowsYUVA()
754 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride; in ProcessRows()
764 dec->last_out_row_ += num_rows_out; in ProcessRows()
766 dec->last_out_row_ = io->use_scaling ? in ProcessRows()
770 assert(dec->last_out_row_ <= output->height); in ProcessRows()
834 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractPalettedAlphaRows()
1515 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractAlphaRows()
1680 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
Dvp8li_dec.h80 int last_out_row_; // last row output so far. member