Home
last modified time | relevance | path

Searched refs:dstx (Results 1 – 25 of 1908) sorted by relevance

12345678910>>...77

/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdBaseReduceGray5x5.cpp164 buffer.isc1[dstx] = 5 * buffer.isc0[dstx]; in ReduceGray5x5()
180 ++dstx; in ReduceGray5x5()
182 buffer.isc1[dstx] = 5 * buffer.isc0[dstx]; in ReduceGray5x5()
188 buffer.isc1[dstx] = 5 * buffer.isc0[dstx]; in ReduceGray5x5()
256 ip = buffer.isc1[dstx] + 6 * buffer.isc0[dstx] + buffer.iscp[dstx]; in ReduceGray5x5()
257 buffer.isc1[dstx] = buffer.isc0[dstx] + buffer.iscp[dstx]; in ReduceGray5x5()
266 ip = buffer.isc1[dstx] + 6 * buffer.isc0[dstx] + buffer.iscp[dstx]; in ReduceGray5x5()
267 buffer.isc1[dstx] = buffer.isc0[dstx] + buffer.iscp[dstx]; in ReduceGray5x5()
331 for (dstx = 1, dx = dy; dstx < (dstWidth + 1); ++dstx, ++dx) in ReduceGray5x5()
336 for (dstx = 1, dx = dy; dstx < (dstWidth + 1); ++dstx, ++dx) in ReduceGray5x5()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/vigra_ext/
H A Dpyramid2.h356 asc1[dstx] = asc0[dstx] + ascp[dstx]; in reduce()
363 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
394 asc1[dstx] = asc0[dstx] + ascp[dstx]; in reduce()
403 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
424 asc1[dstx] = asc0[dstx] + ascp[dstx]; in reduce()
433 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
720 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
742 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
756 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
825 for (dstx = 1, dx = dy; dstx < (dst_w + 1); ++dstx, ++dx.x) { in reduce()
[all …]
/dports/graphics/enblend/enblend-enfuse-4.2/src/
H A Dpyramid.h364 asc1[dstx] = asc0[dstx] + ascp[dstx]; in reduce()
371 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
401 asc1[dstx] = asc0[dstx] + ascp[dstx]; in reduce()
410 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
433 asc1[dstx] = asc0[dstx] + ascp[dstx]; in reduce()
442 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
727 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
748 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
761 isc1[dstx] = isc0[dstx] + iscp[dstx]; in reduce()
827 for (dstx = 1, dx = dy; dstx < dst_w + 1; ++dstx, ++dx.x) { in reduce()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dmb_vcu.cpp279 int dstx,dsty; in load_gfx() local
299 dstx = (m_xpos + xi); in load_gfx()
302 if(dstx >= 0 && dsty >= 0 && dstx < 256 && dsty < 256) in load_gfx()
321 dstx = (m_xpos + xi); in load_gfx()
324 if(dstx >= 0 && dsty >= 0 && dstx < 256 && dsty < 256) in load_gfx()
343 dstx = (m_xpos + xi); in load_gfx()
346 if(dstx >= 0 && dsty >= 0 && dstx < 256 && dsty < 256) in load_gfx()
394 int dstx,dsty; in load_set_clr() local
411 dstx = (m_xpos + xi); in load_set_clr()
414 if(dstx < 256 && dsty < 256) in load_set_clr()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dmb_vcu.cpp279 int dstx,dsty; in load_gfx() local
299 dstx = (m_xpos + xi); in load_gfx()
302 if(dstx >= 0 && dsty >= 0 && dstx < 256 && dsty < 256) in load_gfx()
321 dstx = (m_xpos + xi); in load_gfx()
324 if(dstx >= 0 && dsty >= 0 && dstx < 256 && dsty < 256) in load_gfx()
343 dstx = (m_xpos + xi); in load_gfx()
346 if(dstx >= 0 && dsty >= 0 && dstx < 256 && dsty < 256) in load_gfx()
394 int dstx,dsty; in load_set_clr() local
411 dstx = (m_xpos + xi); in load_set_clr()
414 if(dstx < 256 && dsty < 256) in load_set_clr()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
/dports/devel/sdl12/SDL-1.2.15/src/video/
H A DSDL_yuv.c87 int dstx, dsty, dstw, dsth; in SDL_DisplayYUVOverlay() local
99 dstx = dstrect->x; in SDL_DisplayYUVOverlay()
103 if ( dstx < 0 ) { in SDL_DisplayYUVOverlay()
104 srcw += (dstx * overlay->w) / dstrect->w; in SDL_DisplayYUVOverlay()
105 dstw += dstx; in SDL_DisplayYUVOverlay()
106 srcx -= (dstx * overlay->w) / dstrect->w; in SDL_DisplayYUVOverlay()
107 dstx = 0; in SDL_DisplayYUVOverlay()
109 if ( (dstx+dstw) > current_video->screen->w ) { in SDL_DisplayYUVOverlay()
110 int extra = (dstx+dstw - current_video->screen->w); in SDL_DisplayYUVOverlay()
134 dst.x = dstx; in SDL_DisplayYUVOverlay()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/
H A DSDL_yuv.c87 int dstx, dsty, dstw, dsth; in SDL_DisplayYUVOverlay() local
99 dstx = dstrect->x; in SDL_DisplayYUVOverlay()
103 if ( dstx < 0 ) { in SDL_DisplayYUVOverlay()
104 srcw += (dstx * overlay->w) / dstrect->w; in SDL_DisplayYUVOverlay()
105 dstw += dstx; in SDL_DisplayYUVOverlay()
106 srcx -= (dstx * overlay->w) / dstrect->w; in SDL_DisplayYUVOverlay()
107 dstx = 0; in SDL_DisplayYUVOverlay()
109 if ( (dstx+dstw) > current_video->screen->w ) { in SDL_DisplayYUVOverlay()
110 int extra = (dstx+dstw - current_video->screen->w); in SDL_DisplayYUVOverlay()
134 dst.x = dstx; in SDL_DisplayYUVOverlay()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dpolicetr.cpp58 int dstx = entry[5] & 0x1ff; in render_display_list() local
63 if (dstx > m_render_clip.max_x) in render_display_list()
65 dstw -= (512 - dstx); in render_display_list()
66 dstx = 0; in render_display_list()
69 if (dstx < m_render_clip.min_x) in render_display_list()
71 srcx += srcxstep * (m_render_clip.min_x - dstx); in render_display_list()
72 dstw -= m_render_clip.min_x - dstx; in render_display_list()
73 dstx = m_render_clip.min_x; in render_display_list()
75 if (dstx + dstw > m_render_clip.max_x) in render_display_list()
76 dstw = m_render_clip.max_x - dstx + 1; in render_display_list()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dpolicetr.cpp58 int dstx = entry[5] & 0x1ff; in render_display_list() local
63 if (dstx > m_render_clip.max_x) in render_display_list()
65 dstw -= (512 - dstx); in render_display_list()
66 dstx = 0; in render_display_list()
69 if (dstx < m_render_clip.min_x) in render_display_list()
71 srcx += srcxstep * (m_render_clip.min_x - dstx); in render_display_list()
72 dstw -= m_render_clip.min_x - dstx; in render_display_list()
73 dstx = m_render_clip.min_x; in render_display_list()
75 if (dstx + dstw > m_render_clip.max_x) in render_display_list()
76 dstw = m_render_clip.max_x - dstx + 1; in render_display_list()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlit.java110 int dstx, int dsty, in Blit() argument
153 int dstx, int dsty, in Blit() argument
168 int span[] = {dstx, dsty, dstx+width, dsty+height}; in Blit()
170 srcx -= dstx; in Blit()
201 int dstx, int dsty, in Blit() argument
205 srcx, srcy, dstx, dsty, in Blit()
246 int dstx, int dsty, in Blit() argument
273 dx = dstx; in Blit()
299 dstx, dsty, width, height); in Blit()
324 int srcx, int srcy, int dstx, int dsty, in Blit() argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlit.java110 int dstx, int dsty, in Blit() argument
153 int dstx, int dsty, in Blit() argument
168 int[] span = {dstx, dsty, dstx+width, dsty+height}; in Blit()
170 srcx -= dstx; in Blit()
201 int dstx, int dsty, in Blit() argument
205 srcx, srcy, dstx, dsty, in Blit()
246 int dstx, int dsty, in Blit() argument
273 dx = dstx; in Blit()
299 dstx, dsty, width, height); in Blit()
324 int srcx, int srcy, int dstx, int dsty, in Blit() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlit.java110 int dstx, int dsty, in Blit() argument
153 int dstx, int dsty, in Blit() argument
168 int span[] = {dstx, dsty, dstx+width, dsty+height}; in Blit()
170 srcx -= dstx; in Blit()
201 int dstx, int dsty, in Blit() argument
205 srcx, srcy, dstx, dsty, in Blit()
246 int dstx, int dsty, in Blit() argument
273 dx = dstx; in Blit()
299 dstx, dsty, width, height); in Blit()
324 int srcx, int srcy, int dstx, int dsty, in Blit() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/loops/
H A DBlit.java110 int dstx, int dsty, in Blit() argument
153 int dstx, int dsty, in Blit() argument
168 int span[] = {dstx, dsty, dstx+width, dsty+height}; in Blit()
170 srcx -= dstx; in Blit()
201 int dstx, int dsty, in Blit() argument
205 srcx, srcy, dstx, dsty, in Blit()
246 int dstx, int dsty, in Blit() argument
273 dx = dstx; in Blit()
299 dstx, dsty, width, height); in Blit()
324 int srcx, int srcy, int dstx, int dsty, in Blit() argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/loops/
H A DBlit.java110 int dstx, int dsty, in Blit() argument
153 int dstx, int dsty, in Blit() argument
168 int[] span = {dstx, dsty, dstx+width, dsty+height}; in Blit()
170 srcx -= dstx; in Blit()
201 int dstx, int dsty, in Blit() argument
205 srcx, srcy, dstx, dsty, in Blit()
246 int dstx, int dsty, in Blit() argument
273 dx = dstx; in Blit()
299 dstx, dsty, width, height); in Blit()
324 int srcx, int srcy, int dstx, int dsty, in Blit() argument
[all …]

12345678910>>...77