Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.c243 static uint32_t MyRand(uint32_t *seed) { in MyRand() function
282 const uint32_t idx1 = MyRand(&seed) % out_size; in HistogramCombine()
284 const uint32_t diff = (tmp < 3) ? tmp : MyRand(&seed) % (out_size - 1); in HistogramCombine()