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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample-test.c154 #define uint_rand(x) (x = x * 1664525 + 1013904223) macro
155 #define dbl_rand(x) (uint_rand(x)*2.0 / (double)UINT_MAX - 1)
194 tabf1[ch] = 100 + uint_rand(rnd) % 5000;
195 tabf2[ch] = 100 + uint_rand(rnd) % 5000;
268 uint_rand(seed);
331 mode = uint_rand(rand_seed) % 3;

Completed in 112 milliseconds