Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dcompare.cc30 uint32 HashDjb2_C(const uint8* src, int count, uint32 seed);
51 uint32 (*HashDjb2_SSE)(const uint8* src, int count, uint32 seed) = HashDjb2_C; in HashDjb2()
76 seed = HashDjb2_C(src, remainder, seed); in HashDjb2()
Dcompare_common.cc30 uint32 HashDjb2_C(const uint8* src, int count, uint32 seed) { in HashDjb2_C() function
/external/chromium_org/third_party/libyuv/source/
Dcompare.cc30 uint32 HashDjb2_C(const uint8* src, int count, uint32 seed);
51 uint32 (*HashDjb2_SSE)(const uint8* src, int count, uint32 seed) = HashDjb2_C; in HashDjb2()
76 seed = HashDjb2_C(src, remainder, seed); in HashDjb2()
Dcompare_common.cc30 uint32 HashDjb2_C(const uint8* src, int count, uint32 seed) { in HashDjb2_C() function
/external/libyuv/files/source/
Dcompare.cc30 static uint32 HashDjb2_C(const uint8* src, int count, uint32 seed) { in HashDjb2_C() function
221 uint32 (*HashDjb2_SSE)(const uint8* src, int count, uint32 seed) = HashDjb2_C; in HashDjb2()
242 seed = HashDjb2_C(src, remainder, seed); in HashDjb2()