Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c599 static uint32_t MyRand(uint32_t* const seed) { in MyRand() function
828 (tmp < 3) ? tmp : MyRand(&seed) % (image_histo_size - 1); in HistogramCombineStochastic()
829 idx1 = MyRand(&seed) % image_histo_size; in HistogramCombineStochastic()