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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmurmur3.c54 static uint64_t inline get_k1(const uint8_t *src) function
105 k1 = get_k1(c->state);
115 k1 = get_k1(src);
145 h1 ^= get_k1(c->state) ^ c->len;

Completed in 66 milliseconds