Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dvcdiffengine.h78 static bool ShouldGenerateCopyInstructionForMatchOfSize(size_t size) { in ShouldGenerateCopyInstructionForMatchOfSize() function
Dvcdiffengine.cc107 if (!ShouldGenerateCopyInstructionForMatchOfSize(best_match.size())) { in EncodeCopyForBestMatch()