Home | History | Annotate | Download | only in src

Lines Matching refs:best_match

85   // it will populate best_match with the size, source offset,
87 BlockHash::Match best_match;
94 &best_match);
102 &best_match);
104 if (!ShouldGenerateCopyInstructionForMatchOfSize(best_match.size())) {
107 if (best_match.target_offset() > 0) {
111 coder->Add(unencoded_target_start, best_match.target_offset());
113 coder->Copy(best_match.source_offset(), best_match.size());
114 return best_match.target_offset() // ADD size
115 + best_match.size(); // + COPY size