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

  /external/webp/src/dec/
vp8li.h 73 int last_pixel_; // last pixel decoded so far. However, it may member in struct:VP8LDecoder
vp8l.c 740 int row = dec->last_pixel_ / width;
741 int col = dec->last_pixel_ % width;
745 int pos = dec->last_pixel_; // current position
818 dec->last_pixel_ = (int)pos;
828 int row = dec->last_pixel_ / width;
829 int col = dec->last_pixel_ % width;
833 uint32_t* src = data + dec->last_pixel_;
    [all...]

Completed in 64 milliseconds