Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dconvolve_fx.c296 double rotate_param, rotate_coef; in convolve_apply() local
304 rotate_param = FVAL (info->sound.last_goom_p); in convolve_apply()
305 if (rotate_param < 0.0) in convolve_apply()
306 rotate_param = 0.0; in convolve_apply()
307 rotate_param += FVAL (info->sound.goom_power_p); in convolve_apply()
310 data->ftheta = (data->ftheta + rotate_coef * sin (rotate_param * 6.3)); in convolve_apply()