Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/tests/
Dswresample.c157 #define uint_rand(x) ((x) = (x) * 1664525 + 1013904223) in audiogen() macro
158 #define dbl_rand(x) (uint_rand(x)*2.0 / (double)UINT_MAX - 1) in audiogen()
197 tabf1[ch] = 100 + uint_rand(rnd) % 5000; in audiogen()
198 tabf2[ch] = 100 + uint_rand(rnd) % 5000; in audiogen()
271 uint_rand(seed); in main()
333 mode = uint_rand(rand_seed) % 3; in main()