Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dmurmur3.c84 static inline uint64_t update_h2(uint64_t k, uint64_t h1, uint64_t h2) in update_h2() function
110 h2 = update_h2(k2, h1, h2); in av_murmur3_update()
120 h2 = update_h2(k2, h1, h2); in av_murmur3_update()

Completed in 1 milliseconds