Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dblock_splitter.c76 static BROTLI_INLINE uint32_t MyRand(uint32_t* seed) { in MyRand() function
Dblock_splitter_inc.h23 pos += MyRand(&seed) % block_length; in FN()
41 pos = MyRand(seed) % (length - stride + 1); in FN()
/external/webp/src/enc/
Dhistogram_enc.c720 static uint32_t MyRand(uint32_t* const seed) { in MyRand() function
959 const uint32_t tmp = MyRand(&seed) % rand_range; in HistogramCombineStochastic()