Home
last modified time | relevance | path

Searched refs:copy_counts_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/courgette/
Dencoded_program.cc213 ok = copy_counts_.push_back(1); in AddCopy()
216 copy_counts_.back() += count; in AddCopy()
228 ok = ops_.push_back(COPY) && copy_counts_.push_back(count); in AddCopy()
272 << "\n copy_counts " << copy_counts_.size() in DebuggingSummary()
352 success &= WriteVector(copy_counts_, streams->stream(kStreamCopyCounts)); in WriteTo()
381 if (!ReadVector(&copy_counts_, streams->stream(kStreamCopyCounts))) in ReadFrom()
560 if (!VectorAt(copy_counts_, ix_copy_counts, &count)) in AssembleTo()
687 if (ix_copy_counts != copy_counts_.size()) in AssembleTo()
Dencoded_program.h112 UInt32Vector copy_counts_; variable