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

  /external/chromium_org/third_party/libwebp/dec/
vp8li.h 73 int last_pixel_; // last pixel decoded so far. However, it may member in struct:VP8LDecoder
vp8l.c 739 int row = dec->last_pixel_ / width;
740 int col = dec->last_pixel_ % width;
744 int pos = dec->last_pixel_; // current position
816 dec->last_pixel_ = (int)pos;
826 int row = dec->last_pixel_ / width;
827 int col = dec->last_pixel_ % width;
831 uint32_t* src = data + dec->last_pixel_;
    [all...]

Completed in 2516 milliseconds