Home
last modified time | relevance | path

Searched refs:foxhash (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/unit_test/
Dcompare_test.cc43 uint32 foxhash = HashDjb2(reinterpret_cast<const uint8*>(fox), 131, 5381); in TEST_F() local
45 EXPECT_EQ(kExpectedFoxHash, foxhash); in TEST_F()