Searched defs:target_hash (Results 1 - 1 of 1) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc66 // If target_hash is not NULL, this function will also look for a match
85 const BlockHash* target_hash,
101 target_hash->FindBestMatch(hash_value,
171 BlockHash* target_hash = NULL; local
175 target_hash = BlockHash::CreateTargetHash(target_data,
178 if (!target_hash) {
199 target_hash,
212 target_hash->AddAllBlocksThroughIndex(
222 target_hash->AddOneIndexHash(
234 delete target_hash;
80 EncodeCopyForBestMatch( uint32_t hash_value, const char* target_candidate_start, const char* unencoded_target_start, size_t unencoded_target_size, const BlockHash* target_hash, CodeTableWriterInterface* coder) const argument
[all...]

Completed in 11 milliseconds