Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l.c560 int y_pos = dec->last_out_row_; in EmitRescaledRowsYUVA()
576 int y_pos = dec->last_out_row_; in EmitRowsYUVA()
689 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride; in ProcessRows()
696 dec->last_out_row_ += num_rows_out; in ProcessRows()
698 dec->last_out_row_ = io->use_scaling ? in ProcessRows()
702 assert(dec->last_out_row_ <= output->height); in ProcessRows()
734 dec->last_row_ = dec->last_out_row_ = row; in ExtractPalettedAlphaRows()
1245 dec->last_row_ = dec->last_out_row_ = row; in ExtractAlphaRows()
1394 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
Dvp8li.h76 int last_out_row_; // last row output so far. member