Searched refs:look_for_target_matches (Results 1 - 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc79 template<bool look_for_target_matches>
100 if (look_for_target_matches) {
151 template<bool look_for_target_matches>
172 if (look_for_target_matches) {
194 EncodeCopyForBestMatch<look_for_target_matches>(
210 if (look_for_target_matches) {
221 if (look_for_target_matches) {
239 bool look_for_target_matches,
242 if (look_for_target_matches) {
237 Encode(const char* target_data, size_t target_size, bool look_for_target_matches, OutputStringInterface* diff, CodeTableWriterInterface* coder) const argument
H A Dvcdiffengine.h67 // look_for_target_matches determines whether to look for matches
73 bool look_for_target_matches,
84 // look_for_target_matches. This approach saves a test-and-branch instruction
86 template<bool look_for_target_matches>
92 // If look_for_target_matches is true, then target_hash must point to a valid
93 // BlockHash object, and cannot be NULL. If look_for_target_matches is
95 template<bool look_for_target_matches>
H A Dvcencoder.cc55 bool look_for_target_matches);
104 bool look_for_target_matches)
108 look_for_target_matches_(look_for_target_matches),
174 bool look_for_target_matches)
177 look_for_target_matches)) { }
101 VCDiffStreamingEncoderImpl( const HashedDictionary* dictionary, VCDiffFormatExtensionFlags format_extensions, bool look_for_target_matches) argument
171 VCDiffStreamingEncoder( const HashedDictionary* dictionary, VCDiffFormatExtensionFlags format_extensions, bool look_for_target_matches) argument
/external/chromium/sdch/open-vcdiff/src/google/
H A Dvcencoder.h111 // *** look_for_target_matches:
115 // If look_for_target_matches is false, then the encoder will only
131 // look_for_target_matches) because the cost of checking for matches
136 bool look_for_target_matches);
266 void SetTargetMatching(bool look_for_target_matches) { argument
267 look_for_target_matches_ = look_for_target_matches;

Completed in 43 milliseconds