Home
last modified time | relevance | path

Searched refs:pixel_y (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/games/libretro-scummvm/scummvm-7b1e929/image/codecs/
H A Dmsvideo1.cpp94 for (byte pixel_y = 0; pixel_y < 4; pixel_y++) { in decode8() local
107 for (byte pixel_y = 0; pixel_y < 4; pixel_y++) { in decode8() local
109 … pixels[pixelPtr++] = colors[((pixel_y & 0x2) << 1) + (pixel_x & 0x2) + ((flags & 0x1) ^ 1)]; in decode8()
116 for (byte pixel_y = 0; pixel_y < 4; pixel_y++) { in decode8() local
184 for (int pixel_y = 0; pixel_y < 4; pixel_y++) { in decode16() local
187 colors[((pixel_y & 0x2) << 1) + in decode16()
193 for (int pixel_y = 0; pixel_y < 4; pixel_y++) { in decode16() local
203 for (int pixel_y = 0; pixel_y < 4; pixel_y++) { in decode16() local
/dports/games/residualvm/residualvm-0.3.1/image/codecs/
H A Dmsvideo1.cpp94 for (byte pixel_y = 0; pixel_y < 4; pixel_y++) { in decode8() local
107 for (byte pixel_y = 0; pixel_y < 4; pixel_y++) { in decode8() local
109 … pixels[pixelPtr++] = colors[((pixel_y & 0x2) << 1) + (pixel_x & 0x2) + ((flags & 0x1) ^ 1)]; in decode8()
116 for (byte pixel_y = 0; pixel_y < 4; pixel_y++) { in decode8() local
184 for (int pixel_y = 0; pixel_y < 4; pixel_y++) { in decode16() local
187 colors[((pixel_y & 0x2) << 1) + in decode16()
193 for (int pixel_y = 0; pixel_y < 4; pixel_y++) { in decode16() local
203 for (int pixel_y = 0; pixel_y < 4; pixel_y++) { in decode16() local
/dports/games/scummvm/scummvm-2.5.1/image/codecs/
H A Dmsvideo1.cpp94 for (byte pixel_y = 0; pixel_y < 4; pixel_y++) { in decode8() local
107 for (byte pixel_y = 0; pixel_y < 4; pixel_y++) { in decode8() local
109 pixels[pixelPtr++] = colors[((pixel_y & 0x2) << 1) + (pixel_x & 0x2) + ((flags & 0x1) ^ 1)]; in decode8()
116 for (byte pixel_y = 0; pixel_y < 4; pixel_y++) { in decode8() local
184 for (int pixel_y = 0; pixel_y < 4; pixel_y++) { in decode16() local
187 colors[((pixel_y & 0x2) << 1) + in decode16()
193 for (int pixel_y = 0; pixel_y < 4; pixel_y++) { in decode16() local
203 for (int pixel_y = 0; pixel_y < 4; pixel_y++) { in decode16() local
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmsvideo1.c88 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_8bit() local
143 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
156 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
159 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_8bit()
167 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
188 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_16bit() local
261 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
264 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_16bit()
270 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
280 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
H A Dsmc.c100 int pixel_x, pixel_y; in smc_decode_stream() local
169 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
216 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
235 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
272 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
315 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
370 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
372 if (pixel_y == 2) { in smc_decode_stream()
394 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
H A Drpza.c85 int pixel_x, pixel_y; in rpza_decode_stream() local
143 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in rpza_decode_stream()
188 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in rpza_decode_stream()
206 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in rpza_decode_stream()
209 if ((pixel_y != 0) || (pixel_x != 0)) in rpza_decode_stream()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dmsvideo1.c84 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_8bit() local
139 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
152 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
155 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_8bit()
163 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
189 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_16bit() local
262 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
265 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_16bit()
271 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
281 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
H A Dsmc.c98 int pixel_x, pixel_y; in smc_decode_stream() local
177 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
224 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
243 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
281 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
325 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
388 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
390 if (pixel_y == 2) { in smc_decode_stream()
412 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
H A Drpza.c88 int pixel_x, pixel_y; in rpza_decode_stream() local
143 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in rpza_decode_stream()
188 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in rpza_decode_stream()
204 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in rpza_decode_stream()
207 if ((pixel_y != 0) || (pixel_x !=0)) { in rpza_decode_stream()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmsvideo1.c88 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_8bit() local
143 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
156 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
159 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_8bit()
167 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
188 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_16bit() local
261 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
264 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_16bit()
270 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
280 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
H A Dsmc.c100 int pixel_x, pixel_y; in smc_decode_stream() local
169 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
216 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
235 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
272 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
315 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
370 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
372 if (pixel_y == 2) { in smc_decode_stream()
394 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
H A Drpza.c85 int pixel_x, pixel_y; in rpza_decode_stream() local
143 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in rpza_decode_stream()
188 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in rpza_decode_stream()
206 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in rpza_decode_stream()
209 if ((pixel_y != 0) || (pixel_x != 0)) in rpza_decode_stream()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmsvideo1.c90 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_8bit() local
145 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
158 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
161 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_8bit()
169 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
190 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_16bit() local
263 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
266 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_16bit()
272 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
282 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
H A Dsmc.c100 int pixel_x, pixel_y; in smc_decode_stream() local
173 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
220 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
239 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
276 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
319 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
374 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
376 if (pixel_y == 2) { in smc_decode_stream()
398 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmsvideo1.c90 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_8bit() local
145 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
158 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
161 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_8bit()
169 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
190 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_16bit() local
263 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
266 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_16bit()
272 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
282 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
H A Dsmc.c100 int pixel_x, pixel_y; in smc_decode_stream() local
173 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
220 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
239 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
276 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
319 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
374 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
376 if (pixel_y == 2) { in smc_decode_stream()
398 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmsvideo1.c90 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_8bit() local
145 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
158 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
161 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_8bit()
169 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
190 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_16bit() local
263 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
266 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_16bit()
272 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
282 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
H A Dsmc.c100 int pixel_x, pixel_y; in smc_decode_stream() local
173 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
220 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
239 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
276 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
319 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
374 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
376 if (pixel_y == 2) { in smc_decode_stream()
398 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmsvideo1.c90 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_8bit() local
145 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
158 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
161 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_8bit()
169 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
190 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_16bit() local
263 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
266 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_16bit()
272 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
282 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
H A Dsmc.c100 int pixel_x, pixel_y; in smc_decode_stream() local
173 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
220 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
239 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
276 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
319 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
374 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
376 if (pixel_y == 2) { in smc_decode_stream()
398 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmsvideo1.c90 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_8bit() local
145 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
158 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
161 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_8bit()
169 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_8bit()
190 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_16bit() local
263 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
266 colors[((pixel_y & 0x2) << 1) + in msvideo1_decode_16bit()
272 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
282 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in msvideo1_decode_16bit()
H A Dsmc.c100 int pixel_x, pixel_y; in smc_decode_stream() local
173 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
220 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
239 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
276 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
319 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
374 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
376 if (pixel_y == 2) { in smc_decode_stream()
398 for (pixel_y = 0; pixel_y < 4; pixel_y++) { in smc_decode_stream()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/image/
H A Dicanvas.h131 const size_t pixel_y = y % props.m_tile_height; in pixel() local
136 assert(pixel_y < t.get_height()); in pixel()
138 return t.pixel(pixel_x, pixel_y); in pixel()
159 assert(pixel_y < t.get_height()); in pixel()
161 return t.pixel(pixel_x, pixel_y); in pixel()
186 assert(pixel_y < t.get_height()); in set_pixel()
212 assert(pixel_y < t.get_height()); in set_pixel()
214 t.set_pixel(pixel_x, pixel_y, color); in set_pixel()
239 assert(pixel_y < t.get_height()); in get_pixel()
265 assert(pixel_y < t.get_height()); in get_pixel()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dstactics.c544 int pixel_x, pixel_y; in stactics_vh_screenrefresh() local
694 pixel_y = 248; in stactics_vh_screenrefresh()
701 pixel_x,pixel_y, in stactics_vh_screenrefresh()
709 pixel_x,pixel_y, in stactics_vh_screenrefresh()
733 pixel_x,pixel_y, in stactics_vh_screenrefresh()
741 pixel_x,pixel_y, in stactics_vh_screenrefresh()
765 pixel_x,pixel_y, in stactics_vh_screenrefresh()
850 pixel_y = 166; in stactics_vh_screenrefresh()
870 pixel_y-=7; in stactics_vh_screenrefresh()
888 pixel_y-=8; in stactics_vh_screenrefresh()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dstactics_vidhrdw.c517 int pixel_x, pixel_y; in VIDEO_UPDATE() local
667 pixel_y = 248; in VIDEO_UPDATE()
674 pixel_x,pixel_y, in VIDEO_UPDATE()
682 pixel_x,pixel_y, in VIDEO_UPDATE()
706 pixel_x,pixel_y, in VIDEO_UPDATE()
714 pixel_x,pixel_y, in VIDEO_UPDATE()
738 pixel_x,pixel_y, in VIDEO_UPDATE()
823 pixel_y = 166; in VIDEO_UPDATE()
843 pixel_y-=7; in VIDEO_UPDATE()
861 pixel_y-=8; in VIDEO_UPDATE()
[all …]

12345678910