Home
last modified time | relevance | path

Searched refs:out_bpp (Results 1 – 25 of 54) sorted by relevance

123

/dports/net/xrdp-devel/xrdp-0.9.16/neutrinordp/
H A Dxrdp-color.c40 if ((in_bpp == 8) && (out_bpp == 8)) in convert_bitmap()
63 if ((in_bpp == 8) && (out_bpp == 16)) in convert_bitmap()
86 if ((in_bpp == 8) && (out_bpp == 24)) in convert_bitmap()
109 if ((in_bpp == 15) && (out_bpp == 16)) in convert_bitmap()
131 if ((in_bpp == 15) && (out_bpp == 24)) in convert_bitmap()
153 if ((in_bpp == 15) && (out_bpp == 15)) in convert_bitmap()
158 if ((in_bpp == 16) && (out_bpp == 16)) in convert_bitmap()
243 in_bpp, out_bpp); in convert_bitmap()
257 if ((in_bpp == 1) && (out_bpp == 24)) in convert_color()
263 if ((in_bpp == 8) && (out_bpp == 8)) in convert_color()
[all …]
H A Dxrdp-color.h24 convert_bitmap(int in_bpp, int out_bpp, char *bmpdata,
27 convert_color(int in_bpp, int out_bpp, int in_color, int *palette);
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/neutrinordp/
H A Dxrdp-color.c40 if ((in_bpp == 8) && (out_bpp == 8)) in convert_bitmap()
63 if ((in_bpp == 8) && (out_bpp == 16)) in convert_bitmap()
86 if ((in_bpp == 8) && (out_bpp == 24)) in convert_bitmap()
109 if ((in_bpp == 15) && (out_bpp == 16)) in convert_bitmap()
131 if ((in_bpp == 15) && (out_bpp == 24)) in convert_bitmap()
153 if ((in_bpp == 15) && (out_bpp == 15)) in convert_bitmap()
158 if ((in_bpp == 16) && (out_bpp == 16)) in convert_bitmap()
243 in_bpp, out_bpp); in convert_bitmap()
257 if ((in_bpp == 1) && (out_bpp == 24)) in convert_color()
263 if ((in_bpp == 8) && (out_bpp == 8)) in convert_color()
[all …]
H A Dxrdp-color.h24 convert_bitmap(int in_bpp, int out_bpp, char *bmpdata,
27 convert_color(int in_bpp, int out_bpp, int in_color, int *palette);
/dports/graphics/darktable38/darktable-3.8.0/src/develop/
H A Dtiling.c595 const int opitch = roi_out->width * out_bpp; in _default_process_tiling_ptp()
596 const int max_bpp = _max(in_bpp, out_bpp); in _default_process_tiling_ptp()
791 ooffs += (size_t)overlap * out_bpp; in _default_process_tiling_ptp()
809 … (char *)output + ((j + origin[1]) * wd + origin[0]) * out_bpp, (size_t)region[0] * out_bpp); in _default_process_tiling_ptp()
855 const int opitch = roi_out->width * out_bpp; in _default_process_tiling_roi()
856 const int max_bpp = _max(in_bpp, out_bpp); in _default_process_tiling_roi()
1219 const int opitch = roi_out->width * out_bpp; in _default_process_tiling_cl_ptp()
1220 const int max_bpp = _max(in_bpp, out_bpp); in _default_process_tiling_cl_ptp()
1485 ooffs += (size_t)overlap * out_bpp; in _default_process_tiling_cl_ptp()
1504 (size_t)region[0] * out_bpp); in _default_process_tiling_cl_ptp()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/develop/
H A Dtiling.c595 const int opitch = roi_out->width * out_bpp; in _default_process_tiling_ptp()
596 const int max_bpp = _max(in_bpp, out_bpp); in _default_process_tiling_ptp()
790 ooffs += (size_t)overlap * out_bpp; in _default_process_tiling_ptp()
808 … (char *)output + ((j + origin[1]) * wd + origin[0]) * out_bpp, (size_t)region[0] * out_bpp); in _default_process_tiling_ptp()
854 const int opitch = roi_out->width * out_bpp; in _default_process_tiling_roi()
855 const int max_bpp = _max(in_bpp, out_bpp); in _default_process_tiling_roi()
1216 const int opitch = roi_out->width * out_bpp; in _default_process_tiling_cl_ptp()
1217 const int max_bpp = _max(in_bpp, out_bpp); in _default_process_tiling_cl_ptp()
1479 ooffs += (size_t)overlap * out_bpp; in _default_process_tiling_cl_ptp()
1498 (size_t)region[0] * out_bpp); in _default_process_tiling_cl_ptp()
[all …]
/dports/graphics/gthumb/gthumb-3.10.1/extensions/cairo_io/
H A Dgth-image-saver-tga.c172 int out_bpp = 0; in _cairo_surface_write_as_tga() local
243 out_bpp = 4; in _cairo_surface_write_as_tga()
248 out_bpp = 3; in _cairo_surface_write_as_tga()
255 buf = g_try_malloc (width * out_bpp * sizeof (guchar)); in _cairo_surface_write_as_tga()
269 rle_write (buffer_data, buf, width, out_bpp, error); in _cairo_surface_write_as_tga()
271 gth_buffer_data_write (buffer_data, buf, width * out_bpp, error); in _cairo_surface_write_as_tga()
H A Dcairo-image-surface-xcf.c621 guint32 out_bpp; in read_pixels_from_hierarchy() local
686 out_bpp = is_gimp_channel ? 1 : 4; in read_pixels_from_hierarchy()
687 row_stride = width * out_bpp; in read_pixels_from_hierarchy()
754 out_bpp, in read_pixels_from_hierarchy()
810 pixel += out_bpp; \ in read_pixels_from_hierarchy()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-tga.c1196 gint out_bpp = 0; in save_image() local
1280 out_bpp = 1; in save_image()
1287 out_bpp = 1; in save_image()
1294 out_bpp = 2; in save_image()
1301 out_bpp = 3; in save_image()
1308 out_bpp = 4; in save_image()
1344 pixels = g_new (guchar, width * out_bpp); in save_image()
1345 data = g_new (guchar, width * out_bpp); in save_image()
1384 memcpy (data, pixels, width * out_bpp); in save_image()
1389 rle_write (fp, data, width, out_bpp); in save_image()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/png/
H A Dpngupp.cpp80 int out_bpp; member in Upp::PNGRaster::Data
161 data->out_bpp = bit_depth; in Create()
166 data->out_bpp = 8; in Create()
171 data->out_bpp = 24; in Create()
174 data->out_bpp = 32; in Create()
239 switch(data->out_bpp) { in Create()
290 if(data->out_bpp > 8) in GetLine()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DTexUnpackBlob.cpp752 uint8_t* const out_bpp) { in GetFormatForSurf() argument
757 *out_bpp = 4; in GetFormatForSurf()
762 *out_bpp = 4; in GetFormatForSurf()
767 *out_bpp = 4; in GetFormatForSurf()
772 *out_bpp = 4; in GetFormatForSurf()
777 *out_bpp = 2; in GetFormatForSurf()
782 *out_bpp = 1; in GetFormatForSurf()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DTexUnpackBlob.cpp686 uint8_t* const out_bpp) in GetFormatForSurf() argument
692 *out_bpp = 4; in GetFormatForSurf()
697 *out_bpp = 4; in GetFormatForSurf()
702 *out_bpp = 4; in GetFormatForSurf()
707 *out_bpp = 4; in GetFormatForSurf()
712 *out_bpp = 2; in GetFormatForSurf()
717 *out_bpp = 1; in GetFormatForSurf()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DTexUnpackBlob.cpp811 uint8_t* const out_bpp) { in GetFormatForSurf() argument
816 *out_bpp = 4; in GetFormatForSurf()
821 *out_bpp = 4; in GetFormatForSurf()
826 *out_bpp = 4; in GetFormatForSurf()
831 *out_bpp = 4; in GetFormatForSurf()
836 *out_bpp = 2; in GetFormatForSurf()
841 *out_bpp = 1; in GetFormatForSurf()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DTexUnpackBlob.cpp780 uint8_t* const out_bpp) { in GetFormatForSurf() argument
785 *out_bpp = 4; in GetFormatForSurf()
790 *out_bpp = 4; in GetFormatForSurf()
795 *out_bpp = 4; in GetFormatForSurf()
800 *out_bpp = 4; in GetFormatForSurf()
805 *out_bpp = 2; in GetFormatForSurf()
810 *out_bpp = 1; in GetFormatForSurf()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DTexUnpackBlob.cpp811 uint8_t* const out_bpp) { in GetFormatForSurf() argument
816 *out_bpp = 4; in GetFormatForSurf()
821 *out_bpp = 4; in GetFormatForSurf()
826 *out_bpp = 4; in GetFormatForSurf()
831 *out_bpp = 4; in GetFormatForSurf()
836 *out_bpp = 2; in GetFormatForSurf()
841 *out_bpp = 1; in GetFormatForSurf()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DTexUnpackBlob.cpp764 uint8_t* const out_bpp) { in GetFormatForSurf() argument
769 *out_bpp = 4; in GetFormatForSurf()
774 *out_bpp = 4; in GetFormatForSurf()
779 *out_bpp = 4; in GetFormatForSurf()
784 *out_bpp = 4; in GetFormatForSurf()
789 *out_bpp = 2; in GetFormatForSurf()
794 *out_bpp = 1; in GetFormatForSurf()
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/main/
H A Dprint-ps.c435 out_bpp, /* Output bytes per pixel */ in ps_print_internal() local
475 colorfunc = stp_choose_colorfunc(output_type, image_bpp, cmap, &out_bpp, nv); in ps_print_internal()
660 out = stp_zalloc((image_width * out_bpp + 3) * 2); in ps_print_internal()
666 stp_zprintf(v, "/picture %d string def\n", image_width * out_bpp); in ps_print_internal()
687 ps_hex(v, out, image_width * out_bpp); in ps_print_internal()
729 out_ps_height = out_offset + image_width * out_bpp; in ps_print_internal()
H A Dprint-color.c2049 output_type, image_bpp, cmap, #x, *out_bpp); \
2057 int *out_bpp, in stp_choose_colorfunc() argument
2063 *out_bpp = 1; in stp_choose_colorfunc()
2085 *out_bpp = 4; in stp_choose_colorfunc()
2097 *out_bpp = 3; in stp_choose_colorfunc()
2126 *out_bpp = 1; in stp_choose_colorfunc()
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/tex/
H A Dtex_dds.cpp283 const size_t out_bpp = (dxt != 1)? 32 : 24; in s3tc_decompress() local
284 const size_t out_size = t->img_size() * out_bpp / t->m_Bpp; in s3tc_decompress()
289 S3tcDecompressInfo di = { dxt, s3tc_block_size, out_bpp/8, decompressedData.get() }; in s3tc_decompress()
296 t->m_Bpp = out_bpp; in s3tc_decompress()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestupload.c223 int *out_bpp) in make_texture() argument
273 *out_bpp = bpp; in make_texture()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/videobox/
H A Dgstvideobox.c1843 gint in_bpp, out_bpp; in copy_rgb32() local
1853 out_bpp = GST_VIDEO_FRAME_COMP_PSTRIDE (dest_frame, 0); in copy_rgb32()
1855 packed_out = (out_bpp < 4); in copy_rgb32()
1870 dest = dest + dest_y * dest_stride + dest_x * out_bpp; in copy_rgb32()
2051 gint out_bpp; in copy_ayuv_rgb32() local
2062 out_bpp = GST_VIDEO_FRAME_COMP_PSTRIDE (dest_frame, 0); in copy_ayuv_rgb32()
2063 packed_out = (out_bpp < 4); in copy_ayuv_rgb32()
2076 dest = dest + dest_y * dest_stride + dest_x * out_bpp; in copy_ayuv_rgb32()
2131 dest[out_bpp * j + p_out[1]] = CLAMP (r, 0, 255); in copy_ayuv_rgb32()
2132 dest[out_bpp * j + p_out[2]] = CLAMP (g, 0, 255); in copy_ayuv_rgb32()
[all …]
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/videobox/
H A Dgstvideobox.c1843 gint in_bpp, out_bpp; in copy_rgb32() local
1853 out_bpp = GST_VIDEO_FRAME_COMP_PSTRIDE (dest_frame, 0); in copy_rgb32()
1855 packed_out = (out_bpp < 4); in copy_rgb32()
1870 dest = dest + dest_y * dest_stride + dest_x * out_bpp; in copy_rgb32()
2051 gint out_bpp; in copy_ayuv_rgb32() local
2062 out_bpp = GST_VIDEO_FRAME_COMP_PSTRIDE (dest_frame, 0); in copy_ayuv_rgb32()
2063 packed_out = (out_bpp < 4); in copy_ayuv_rgb32()
2076 dest = dest + dest_y * dest_stride + dest_x * out_bpp; in copy_ayuv_rgb32()
2131 dest[out_bpp * j + p_out[1]] = CLAMP (r, 0, 255); in copy_ayuv_rgb32()
2132 dest[out_bpp * j + p_out[2]] = CLAMP (g, 0, 255); in copy_ayuv_rgb32()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/videobox/
H A Dgstvideobox.c1843 gint in_bpp, out_bpp; in copy_rgb32() local
1853 out_bpp = GST_VIDEO_FRAME_COMP_PSTRIDE (dest_frame, 0); in copy_rgb32()
1855 packed_out = (out_bpp < 4); in copy_rgb32()
1870 dest = dest + dest_y * dest_stride + dest_x * out_bpp; in copy_rgb32()
2051 gint out_bpp; in copy_ayuv_rgb32() local
2062 out_bpp = GST_VIDEO_FRAME_COMP_PSTRIDE (dest_frame, 0); in copy_ayuv_rgb32()
2063 packed_out = (out_bpp < 4); in copy_ayuv_rgb32()
2076 dest = dest + dest_y * dest_stride + dest_x * out_bpp; in copy_ayuv_rgb32()
2131 dest[out_bpp * j + p_out[1]] = CLAMP (r, 0, 255); in copy_ayuv_rgb32()
2132 dest[out_bpp * j + p_out[2]] = CLAMP (g, 0, 255); in copy_ayuv_rgb32()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/videobox/
H A Dgstvideobox.c1843 gint in_bpp, out_bpp; in copy_rgb32() local
1853 out_bpp = GST_VIDEO_FRAME_COMP_PSTRIDE (dest_frame, 0); in copy_rgb32()
1855 packed_out = (out_bpp < 4); in copy_rgb32()
1870 dest = dest + dest_y * dest_stride + dest_x * out_bpp; in copy_rgb32()
2051 gint out_bpp; in copy_ayuv_rgb32() local
2062 out_bpp = GST_VIDEO_FRAME_COMP_PSTRIDE (dest_frame, 0); in copy_ayuv_rgb32()
2063 packed_out = (out_bpp < 4); in copy_ayuv_rgb32()
2076 dest = dest + dest_y * dest_stride + dest_x * out_bpp; in copy_ayuv_rgb32()
2131 dest[out_bpp * j + p_out[1]] = CLAMP (r, 0, 255); in copy_ayuv_rgb32()
2132 dest[out_bpp * j + p_out[2]] = CLAMP (g, 0, 255); in copy_ayuv_rgb32()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/videobox/
H A Dgstvideobox.c1843 gint in_bpp, out_bpp; in copy_rgb32() local
1853 out_bpp = GST_VIDEO_FRAME_COMP_PSTRIDE (dest_frame, 0); in copy_rgb32()
1855 packed_out = (out_bpp < 4); in copy_rgb32()
1870 dest = dest + dest_y * dest_stride + dest_x * out_bpp; in copy_rgb32()
2051 gint out_bpp; in copy_ayuv_rgb32() local
2062 out_bpp = GST_VIDEO_FRAME_COMP_PSTRIDE (dest_frame, 0); in copy_ayuv_rgb32()
2063 packed_out = (out_bpp < 4); in copy_ayuv_rgb32()
2076 dest = dest + dest_y * dest_stride + dest_x * out_bpp; in copy_ayuv_rgb32()
2131 dest[out_bpp * j + p_out[1]] = CLAMP (r, 0, 255); in copy_ayuv_rgb32()
2132 dest[out_bpp * j + p_out[2]] = CLAMP (g, 0, 255); in copy_ayuv_rgb32()
[all …]

123