Lines Matching refs:refs_
91 refs->free_blocks_ = refs->refs_; in VP8LClearBackwardRefs()
92 refs->tail_ = &refs->refs_; in VP8LClearBackwardRefs()
94 refs->refs_ = NULL; in VP8LClearBackwardRefs()
111 (refs1->tail_ != NULL && refs1->tail_ == &refs1->refs_); in BackwardRefsSwap()
113 (refs2->tail_ != NULL && refs2->tail_ == &refs2->refs_); in BackwardRefsSwap()
117 if (point_to_refs2) refs1->tail_ = &refs1->refs_; in BackwardRefsSwap()
118 if (point_to_refs1) refs2->tail_ = &refs2->refs_; in BackwardRefsSwap()
124 refs->tail_ = &refs->refs_; in VP8LBackwardRefsInit()
131 c.cur_block_ = refs->refs_; in VP8LRefsCursorInit()
132 if (refs->refs_ != NULL) { in VP8LRefsCursorInit()
175 const PixOrCopyBlock* block_from = from->refs_; in BackwardRefsClone()