Home | History | Annotate | Download | only in dec

Lines Matching refs:last_pixel_

1012   int row = dec->last_pixel_ / width;
1013 int col = dec->last_pixel_ % width;
1016 int pos = dec->last_pixel_; // current position
1089 dec->last_pixel_ = pos;
1107 dec->last_pixel_ = dec->saved_last_pixel_;
1117 int row = dec->last_pixel_ / width;
1118 int col = dec->last_pixel_ % width;
1121 uint32_t* src = data + dec->last_pixel_;
1247 dec->last_pixel_ = (int)(src - data); // end-of-scan marker
1500 dec->last_pixel_ = 0; // Reset for future DECODE_DATA_FUNC() calls.