Home
last modified time | relevance | path

Searched refs:rotate_coef (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
309 rotate_coef = 4.0 + FVAL (info->sound.goom_power_p) * 6.0; in convolve_apply()
310 data->ftheta = (data->ftheta + rotate_coef * sin (rotate_param * 6.3)); in convolve_apply()