Home
last modified time | relevance | path

Searched refs:ytex (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Dmovie.cpp72 GLubyte *ytex;
163 videoBuf->ytex = ytex;
185 GLubyte **ytex,
200 *ytex = videoBuf->ytex;
651 GLubyte *ytex = NULL; in playMovie()
655 if (! ytex) { in playMovie()
659 if (!ytex || !utex || !vtex) in playMovie()
805 GLubyte *ytex = NULL; in playMovie()
841 delete [] ytex; in playMovie()
844 ytex = utex = vtex = NULL; in playMovie()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Dmovie.cpp70 GLubyte *ytex;
161 videoBuf->ytex = ytex;
183 GLubyte **ytex,
198 *ytex = videoBuf->ytex;
649 GLubyte *ytex = NULL; in playMovie()
653 if (! ytex) { in playMovie()
657 if (!ytex || !utex || !vtex) in playMovie()
803 GLubyte *ytex = NULL; in playMovie()
839 delete [] ytex; in playMovie()
842 ytex = utex = vtex = NULL; in playMovie()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dnr-filter-displacement-map.cpp46 double xtex = x, ytex = y; in operator ()() local
56 ytex += _scaley * (ypx - 127.5); in operator ()()
59 ytex >= 0 && ytex < (_texture._h - 1)) in operator ()()
61 return _texture.pixelAt(xtex, ytex); in operator ()()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dpolymost.cpp5057 ytex.v += fy * ytex.d; in calc_ypanning()
5185 ytex.d = ytex.u = 0; in polymost_flatskyrender()
5764 ytex.u = ft[0]*ytex.d; ytex.v = ft[1]*ytex.d; in polymost_drawalls()
5840 ytex.u = ft[0]*ytex.d; ytex.v = ft[1]*ytex.d; in polymost_drawalls()
6189 ytex.u = ft[0]*ytex.d; ytex.v = ft[1]*ytex.d; in polymost_drawalls()
6265 ytex.u = ft[0]*ytex.d; ytex.v = ft[1]*ytex.d; in polymost_drawalls()
6390 ytex.u = ytex.d*t - ytex.u; in polymost_drawalls()
6446 ytex.u = ytex.d*t - ytex.u; in polymost_drawalls()
6513 ytex.u = ytex.d*t - ytex.u; in polymost_drawalls()
7250 ytex.u = ytex.d*t - ytex.u; in polymost_drawmaskwallinternal()
[all …]
/dports/graphics/goom/goom2k4-0/src/
H A Dconvolve_fx.c.jc146 int xtex,ytex;
151 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2;
158 "\n\t movd %[ytex], %%mm3"
159 "\n\t punpckldq %%mm3, %%mm2" /* mm2 = [ ytex | xtex ] */
167 ::[xtex]"g"(xtex) ,[ytex]"g"(ytex)
176 "\n\t paddd %%mm4, %%mm2" /* [ ytex | xtex ] += [ -s | s ] */
179 "\n\t psrld $16, %%mm3" /* mm3 = [ (ytex>>16) | (xtex>>16) ] */
183 "\n\t movd %%mm3, %%ecx" /* ecx = ytex' << 7 */
220 ytex -= s;
222 … iff2 = ifftab[data->conv_motif[(ytex >>16) & CONV_MOTIF_WMASK][(xtex >> 16) & CONV_MOTIF_WMASK]];
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/goom/
H A Dconvolve_fx.c184 int xtex, ytex; in create_output_with_brightness() local
189 ytex = yprime + yi + CONV_MOTIF_W * 0x10000 / 2; in create_output_with_brightness()
197 ::[xtex] "g" (xtex),[ytex] "g" (ytex) in create_output_with_brightness()
233 ytex -= s; in create_output_with_brightness()
236 ifftab[(int) data->conv_motif[(ytex >> 16) & CONV_MOTIF_WMASK][(xtex in create_output_with_brightness()

12