Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgeometricmath.h61 gdouble gst_gm_noise_2 (GstGMNoise * noise, gdouble x, gdouble y);
Dgeometricmath.c123 gst_gm_noise_2 (GstGMNoise * noise, gdouble x, gdouble y) in gst_gm_noise_2() function
Dgstmarble.c216 displacement = 127 * (1 + gst_gm_noise_2 (marble->noise, x / marble->xscale, in marble_map()