Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dconvolve_fx.c169 int ifftab[16]; in create_output_with_brightness() local
175 ifftab[i] = (double) iff *(1.0 + data->visibility * (15.0 - i) / 15.0); in create_output_with_brightness()
180 ifftab[i] = (double) iff / (1.0 + data->visibility * (15.0 - i) / 15.0); in create_output_with_brightness()
221 ,[ifftab] "g" (&ifftab[0]) in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()