Home | History | Annotate | Download | only in enc

Lines Matching defs:new_b

185     PixOrCopyBlock* const new_b = BackwardRefsNewBlock(dst);
186 if (new_b == NULL) return 0; // dst->error_ is set
187 memcpy(new_b->start_, b->start_, b->size_ * sizeof(*b->start_));
188 new_b->size_ = b->size_;