Searched refs:FindBestMatch (Results 1 – 4 of 4) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/ |
D | blockhash_test.cc | 759 TEST_F(BlockHashTest, FindBestMatch) { in TEST_F() argument 760 dh_->FindBestMatch(hashed_f, in TEST_F() 776 th2.FindBestMatch(hashed_f, in TEST_F() 795 dh_->FindBestMatch(hash_value, in TEST_F() 809 dh_->FindBestMatch(hash_value, in TEST_F() 830 many_matches_hash.FindBestMatch(hash_value, in TEST_F() 859 dh_->FindBestMatch(hashed_f, in TEST_F() 873 dh_->FindBestMatch(hashed_e, // Using hashed value of "e" instead of "f"! in TEST_F() 899 huge_bh.FindBestMatch(hashed_all_Qs, in TEST_F()
|
D | vcdiffengine.cc | 93 hashed_dictionary_->FindBestMatch(hash_value, in EncodeCopyForBestMatch() 101 target_hash->FindBestMatch(hash_value, in EncodeCopyForBestMatch()
|
D | blockhash.h | 294 void FindBestMatch(uint32_t hash_value,
|
D | blockhash.cc | 391 void BlockHash::FindBestMatch(uint32_t hash_value, in FindBestMatch() function in open_vcdiff::BlockHash
|