Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dconvolve_fx.c33 #define CONV_MOTIF_W 128 macro
36 typedef char Motif[CONV_MOTIF_W][CONV_MOTIF_W];
91 for (i = 0; i < CONV_MOTIF_W; ++i) in set_motif()
92 for (j = 0; j < CONV_MOTIF_W; ++j) in set_motif()
94 motif[CONV_MOTIF_W - i - 1][CONV_MOTIF_W - j - 1]; in set_motif()
186 xtex = xprime + xi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()