Home
last modified time | relevance | path

Searched refs:src_rowstride (Results 1 – 25 of 111) sorted by relevance

12345

/dports/graphics/gegl/gegl-0.4.34/gegl/buffer/
H A Dgegl-algorithms-2x2-downscale.inc8 gint src_rowstride,
14 gint diag = src_rowstride + bpp;
26 guchar *src = src_data + src_rowstride * y * 2;
33 DOWNSCALE_TYPE * ba = ((DOWNSCALE_TYPE *)((guchar*)(aa) + src_rowstride));
47 guchar *src = src_data + src_rowstride * y * 2;
54 DOWNSCALE_TYPE * ba = ((DOWNSCALE_TYPE *)((guchar*)(aa) + src_rowstride));
71 guchar *src = src_data + src_rowstride * y * 2;
78 DOWNSCALE_TYPE * ba = ((DOWNSCALE_TYPE *)((guchar*)(aa) + src_rowstride));
97 guchar *src = src_data + src_rowstride * y * 2;
104 DOWNSCALE_TYPE * ba = ((DOWNSCALE_TYPE *)((guchar*)(aa) + src_rowstride));
[all …]
H A Dgegl-algorithms.h31 gint src_rowstride,
40 gint src_rowstride,
48 gint src_rowstride,
56 gint src_rowstride,
64 gint src_rowstride,
72 gint src_rowstride,
80 gint src_rowstride,
88 gint src_rowstride,
/dports/graphics/gegl/gegl-0.4.34/opencl/
H A Dboxblur-1d.cl8 const int src_rowstride = get_global_size (0) + size - 1;
11 const int src_offset = gidx + gidy * src_rowstride + radius;
33 const int src_rowstride = get_global_size (0);
36 const int src_offset = gidx + (gidy + radius) * src_rowstride;
39 const int src_start_ind = src_offset - radius * src_rowstride;
45 mean += in[src_start_ind + i * src_rowstride];
H A Dgblur-1d.cl27 const int src_rowstride = get_global_size (0);
32 const int src_offset = gidx + (gidy + half_clen) * src_rowstride;
35 const int src_start_ind = src_offset - half_clen * src_rowstride;
41 v += src_buf[src_start_ind + i * src_rowstride] * cmatrix[i];
55 const int src_rowstride = get_global_size (0) + clen - 1; /*== 2*(clen/2) */
60 const int src_offset = gidx + gidy * src_rowstride + half_clen;
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dtexcompress_bptc_tmp.h802 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1153 if (src_rowstride >= width * 4) in decompress_rgb_float()
1205 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1254 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1357 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1402 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1445 src, src_rowstride, in compress_rgba_unorm_block()
1449 src, src_rowstride, in compress_rgba_unorm_block()
1471 src_rowstride, in compress_rgba_unorm()
1712 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dtexcompress_bptc_tmp.h802 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1153 if (src_rowstride >= width * 4) in decompress_rgb_float()
1205 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1254 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1357 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1402 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1445 src, src_rowstride, in compress_rgba_unorm_block()
1449 src, src_rowstride, in compress_rgba_unorm_block()
1471 src_rowstride, in compress_rgba_unorm()
1712 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dtexcompress_bptc_tmp.h802 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1153 if (src_rowstride >= width * 4) in decompress_rgb_float()
1205 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1254 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1357 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1402 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1445 src, src_rowstride, in compress_rgba_unorm_block()
1449 src, src_rowstride, in compress_rgba_unorm_block()
1471 src_rowstride, in compress_rgba_unorm()
1712 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dtexcompress_bptc_tmp.h802 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1153 if (src_rowstride >= width * 4) in decompress_rgb_float()
1205 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1254 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1357 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1402 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1445 src, src_rowstride, in compress_rgba_unorm_block()
1449 src, src_rowstride, in compress_rgba_unorm_block()
1471 src_rowstride, in compress_rgba_unorm()
1712 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dtexcompress_bptc_tmp.h802 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1153 if (src_rowstride >= width * 4) in decompress_rgb_float()
1205 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1254 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1357 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1402 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1445 src, src_rowstride, in compress_rgba_unorm_block()
1449 src, src_rowstride, in compress_rgba_unorm_block()
1471 src_rowstride, in compress_rgba_unorm()
1712 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dtexcompress_bptc_tmp.h806 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1155 if (src_rowstride >= width * 4) in decompress_rgb_float()
1207 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1256 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1359 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1404 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1447 src, src_rowstride, in compress_rgba_unorm_block()
1451 src, src_rowstride, in compress_rgba_unorm_block()
1473 src_rowstride, in compress_rgba_unorm()
1714 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dtexcompress_bptc_tmp.h802 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1153 if (src_rowstride >= width * 4) in decompress_rgb_float()
1205 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1254 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1357 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1402 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1445 src, src_rowstride, in compress_rgba_unorm_block()
1449 src, src_rowstride, in compress_rgba_unorm_block()
1471 src_rowstride, in compress_rgba_unorm()
1712 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dtexcompress_bptc_tmp.h802 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1153 if (src_rowstride >= width * 4) in decompress_rgb_float()
1205 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1254 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1357 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1402 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1445 src, src_rowstride, in compress_rgba_unorm_block()
1449 src, src_rowstride, in compress_rgba_unorm_block()
1471 src_rowstride, in compress_rgba_unorm()
1712 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dtexcompress_bptc_tmp.h802 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1153 if (src_rowstride >= width * 4) in decompress_rgb_float()
1205 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1254 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1357 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1402 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1445 src, src_rowstride, in compress_rgba_unorm_block()
1449 src, src_rowstride, in compress_rgba_unorm_block()
1471 src_rowstride, in compress_rgba_unorm()
1712 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dtexcompress_bptc_tmp.h802 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1153 if (src_rowstride >= width * 4) in decompress_rgb_float()
1205 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1254 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1357 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1402 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1445 src, src_rowstride, in compress_rgba_unorm_block()
1449 src, src_rowstride, in compress_rgba_unorm_block()
1471 src_rowstride, in compress_rgba_unorm()
1712 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dtexcompress_bptc_tmp.h802 if (src_rowstride >= width * 4) in decompress_rgba_unorm()
1153 if (src_rowstride >= width * 4) in decompress_rgb_float()
1205 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1254 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1357 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1402 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1445 src, src_rowstride, in compress_rgba_unorm_block()
1449 src, src_rowstride, in compress_rgba_unorm_block()
1471 src_rowstride, in compress_rgba_unorm()
1712 src, src_rowstride, in compress_rgb_float_block()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/docs/tools/
H A Dshadow.c62 int src_rowstride, dest_rowstride; in create_shadow() local
79 src_rowstride = gdk_pixbuf_get_rowstride (src); in create_shadow()
105 sumr += src_pixels [src_y * src_rowstride + in create_shadow()
108 sumg += src_pixels [src_y * src_rowstride + in create_shadow()
112 sumb += src_pixels [src_y * src_rowstride + in create_shadow()
117 suma += src_pixels [src_y * src_rowstride + in create_shadow()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/docs/tools/
H A Dshadow.c62 int src_rowstride, dest_rowstride; in create_shadow() local
79 src_rowstride = gdk_pixbuf_get_rowstride (src); in create_shadow()
105 sumr += src_pixels [src_y * src_rowstride + in create_shadow()
108 sumg += src_pixels [src_y * src_rowstride + in create_shadow()
112 sumb += src_pixels [src_y * src_rowstride + in create_shadow()
117 suma += src_pixels [src_y * src_rowstride + in create_shadow()
/dports/x11-toolkits/gtk40/gtk-4.4.1/docs/tools/
H A Dshadow.c62 int src_rowstride, dest_rowstride; in create_shadow() local
79 src_rowstride = gdk_pixbuf_get_rowstride (src); in create_shadow()
105 sumr += src_pixels [src_y * src_rowstride + in create_shadow()
108 sumg += src_pixels [src_y * src_rowstride + in create_shadow()
112 sumb += src_pixels [src_y * src_rowstride + in create_shadow()
117 suma += src_pixels [src_y * src_rowstride + in create_shadow()
/dports/graphics/gimp-app/gimp-2.10.30/devel-docs/tools/
H A Dshadow.c62 int src_rowstride, dest_rowstride; in create_shadow() local
79 src_rowstride = gdk_pixbuf_get_rowstride (src); in create_shadow()
105 sumr += src_pixels [src_y * src_rowstride + in create_shadow()
108 sumg += src_pixels [src_y * src_rowstride + in create_shadow()
112 sumb += src_pixels [src_y * src_rowstride + in create_shadow()
117 suma += src_pixels [src_y * src_rowstride + in create_shadow()
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/pixops/
H A Dpixops.c44 int src_rowstride,
261 int src_rowstride, in pixops_scale_nearest() argument
350 int src_rowstride, in pixops_composite_nearest() argument
435 int src_rowstride, in pixops_composite_nearest_noscale() argument
544 int src_rowstride, in pixops_composite_color_nearest() argument
1260 int src_rowstride, in pixops_process() argument
1799 int src_rowstride, in _pixops_composite_color_real() argument
1867 int src_rowstride, in _pixops_composite_color() argument
1954 int src_rowstride, in _pixops_composite_real() argument
2246 src_width, src_height, src_rowstride, in pixops_medialib_composite()
[all …]
H A Dtimescale.c156 int src_rowstride = (src_channels*src_width + 3) & ~3; in main() local
161 src_buf = g_malloc(src_rowstride * src_height); in main()
162 memset (src_buf, 0x80, src_rowstride * src_height); in main()
199 src_height, src_rowstride, src_channels, in main()
215 src_height, src_rowstride, src_channels, in main()
231 src_height, src_rowstride, in main()
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dpixbuf-util.c60 gint width, height, src_rowstride, dest_rowstride; in gl_pixbuf_util_create_shadow_pixbuf() local
80 src_rowstride = gdk_pixbuf_get_rowstride (pixbuf); in gl_pixbuf_util_create_shadow_pixbuf()
88 g_return_val_if_fail (src_rowstride > 0, NULL); in gl_pixbuf_util_create_shadow_pixbuf()
104 p_src = buf_src + iy*src_rowstride; in gl_pixbuf_util_create_shadow_pixbuf()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/gdk/
H A Dpixops.h55 int src_rowstride,
62 …t_width, dest_height, dest_rowstride, src_buf, src_width, src_height, src_rowstride, interp_type )… argument
67 (src_rowstride), 2, 0, \
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/gdk/
H A Dpixops.h55 int src_rowstride,
62 …t_width, dest_height, dest_rowstride, src_buf, src_width, src_height, src_rowstride, interp_type )… argument
67 (src_rowstride), 2, 0, \
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/gdk/
H A Dpixops.h55 int src_rowstride,
62 …t_width, dest_height, dest_rowstride, src_buf, src_width, src_height, src_rowstride, interp_type )… argument
67 (src_rowstride), 2, 0, \

12345