Lines Matching refs:last_pixel_
921 int row = dec->last_pixel_ / width; in DecodeAlphaData()
922 int col = dec->last_pixel_ % width; in DecodeAlphaData()
926 int pos = dec->last_pixel_; // current position in DecodeAlphaData()
996 dec->last_pixel_ = pos; in DecodeAlphaData()
1014 dec->last_pixel_ = dec->saved_last_pixel_; in RestoreState()
1024 int row = dec->last_pixel_ / width; in DecodeImageData()
1025 int col = dec->last_pixel_ % width; in DecodeImageData()
1029 uint32_t* src = data + dec->last_pixel_; in DecodeImageData()
1146 dec->last_pixel_ = (int)(src - data); // end-of-scan marker in DecodeImageData()
1398 dec->last_pixel_ = 0; // Reset for future DECODE_DATA_FUNC() calls. in DecodeImageStream()
1518 if (dec->last_pixel_ == dec->width_ * dec->height_) { in VP8LDecodeAlphaImageStream()