Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dmurmur3.c84 static inline uint64_t update_h2(uint64_t k, uint64_t h1, uint64_t h2) in update_h2() function
114 h2 = update_h2(k2, h1, h2); in av_murmur3_update()
124 h2 = update_h2(k2, h1, h2); in av_murmur3_update()