Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dconvolve_fx.c52 float ftheta; member
129 data->ftheta = 0.0; in convolve_init()
310 data->ftheta = (data->ftheta + rotate_coef * sin (rotate_param * 6.3)); in convolve_apply()
311 data->theta = ((unsigned int) data->ftheta) % NB_THETA; in convolve_apply()