HomeSort by relevance Sort by last modified time
    Searched refs:last_pos_ (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
backward_references.h 171 const PixOrCopy* last_pos_; // sentinel for switching to next block member in struct:__anon21225
186 if (++c->cur_pos == c->last_pos_) VP8LRefsCursorNextBlock(c);
backward_references.c 114 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_;
    [all...]

Completed in 53 milliseconds