Home | History | Annotate | Download | only in dec

Lines Matching refs:last_pixel_

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_;
936 dec->last_pixel_ = (int)(src - data);
1186 dec->last_pixel_ = 0; // Reset for future DECODE_DATA_FUNC() calls.
1309 if (dec->last_pixel_ == dec->width_ * dec->height_) {