Home
last modified time | relevance | path

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

/gdk/samples/PhotoEditor/jni/
Dgrain.cpp63 int random_threshold = RAND_MAX * 0.5; in GenerateBlurredNoise() local
69 if (rand() < random_threshold) { in GenerateBlurredNoise()