Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dconvolve_fx.c229 int iff2; in create_output_with_brightness() local
235 iff2 = in create_output_with_brightness()
241 f1 = ((f0 >> R_OFFSET) & 0xFF) * iff2 >> 8; in create_output_with_brightness()
242 f2 = ((f0 >> G_OFFSET) & 0xFF) * iff2 >> 8; in create_output_with_brightness()
243 f3 = ((f0 >> B_OFFSET) & 0xFF) * iff2 >> 8; in create_output_with_brightness()