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

  /external/webp/src/dec/
vp8li_dec.h 80 int last_out_row_; // last row output so far. member in struct:VP8LDecoder
vp8l_dec.c 681 int y_pos = dec->last_out_row_;
700 int y_pos = dec->last_out_row_;
803 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride;
812 // Update 'last_out_row_'.
813 dec->last_out_row_ += num_rows_out;
815 dec->last_out_row_ = io->use_scaling ?
819 assert(dec->last_out_row_ <= output->height);
    [all...]

Completed in 49 milliseconds