Searched refs:last_pos_ (Results 1 – 2 of 2) sorted by relevance
192 const PixOrCopy* last_pos_; // sentinel for switching to next block member207 if (++c->cur_pos == c->last_pos_) VP8LRefsCursorNextBlock(c); in VP8LRefsCursorNext()
134 c.last_pos_ = c.cur_pos + c.cur_block_->size_; in VP8LRefsCursorInit()137 c.last_pos_ = NULL; in VP8LRefsCursorInit()145 c->last_pos_ = (b == NULL) ? NULL : b->start_ + b->size_; in VP8LRefsCursorNextBlock()