Searched refs:kMaxProbes (Results 1 – 2 of 2) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/ | ||
D | blockhash.h | 330 static const int kMaxProbes = 16; variable |
D | blockhash.cc | 303 if (++probes > kMaxProbes) { in SkipNonMatchingBlocks() |