Searched refs:last_pos_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.h171 const PixOrCopy* last_pos_; // sentinel for switching to next block member in struct:__anon13269
186 if (++c->cur_pos == c->last_pos_) VP8LRefsCursorNextBlock(c);
H A Dbackward_references.c114 c.last_pos_ = c.cur_pos + c.cur_block_->size_;
117 c.last_pos_ = NULL;
125 c->last_pos_ = (b == NULL) ? NULL : b->start_ + b->size_;
/external/webp/src/enc/
H A Dbackward_references.h171 const PixOrCopy* last_pos_; // sentinel for switching to next block member in struct:__anon33366
186 if (++c->cur_pos == c->last_pos_) VP8LRefsCursorNextBlock(c);
H A Dbackward_references.c114 c.last_pos_ = c.cur_pos + c.cur_block_->size_;
117 c.last_pos_ = NULL;
125 c->last_pos_ = (b == NULL) ? NULL : b->start_ + b->size_;

Completed in 158 milliseconds