HomeSort by relevance Sort by last modified time
    Searched refs:source_offset (Results 1 - 6 of 6) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 93 int source_offset() const { return source_offset_; } function in class:open_vcdiff::BlockHash::Match
147 // 1. The best_match->source_offset() returned from FindBestMatch()
151 // starting_offset_ to any best_match->source_offset() value it returns,
226 // size, source_offset, and target_offset of the match found.
227 // best_match->source_offset() will contain the index of the start of the
281 // 4: best_match->source_offset() (after calling FindBestMatch)
288 // with best_match->source_offset() = 10
blockhash_test.cc     [all...]
vcdiffengine.cc 116 coder->Copy(best_match.source_offset(), best_match.size());
  /external/open-vcdiff/src/
blockhash.h 93 int source_offset() const { return source_offset_; } function in class:open_vcdiff::BlockHash::Match
147 // 1. The best_match->source_offset() returned from FindBestMatch()
151 // starting_offset_ to any best_match->source_offset() value it returns,
226 // size, source_offset, and target_offset of the match found.
227 // best_match->source_offset() will contain the index of the start of the
281 // 4: best_match->source_offset() (after calling FindBestMatch)
288 // with best_match->source_offset() = 10
blockhash_test.cc     [all...]
vcdiffengine.cc 113 coder->Copy(best_match.source_offset(), best_match.size());

Completed in 96 milliseconds