Home
last modified time | relevance | path

Searched refs:RGB32 (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plusgpl/
H A Dutils.h14 typedef uint32_t RGB32; typedef
35 void image_bgset_y(RGB32 *background, const RGB32 *src, int video_area, int y_threshold);
36 void image_bgsubtract_y(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_a…
37 void image_bgsubtract_update_y(unsigned char *diff, RGB32 *background, const RGB32 *src, int video_…
38 RGB32 image_set_threshold_RGB(int r, int g, int b);
39 void image_bgset_RGB(RGB32 *background, const RGB32 *src, int video_area);
40 …mage_bgsubtract_RGB(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_area…
41 …age_bgsubtract_update_RGB(unsigned char *diff, RGB32 *background, const RGB32 *src, int video_area…
43 void image_y_over(unsigned char *diff, const RGB32 *src, int video_area, int y_threshold);
44 void image_y_under(unsigned char *diff, const RGB32 *src, int video_area, int y_threshold);
[all …]
H A Dimage.c32 const RGB32 *p; in image_bgset_y()
53 const RGB32 *p; in image_bgsubtract_y()
93 const RGB32 *p; in image_bgsubtract_update_y()
123 RGB32 rgb_threshold; in image_set_threshold_RGB()
134 void image_bgset_RGB(RGB32 *background, const RGB32 *src, int video_area) in image_bgset_RGB()
137 RGB32 *p; in image_bgset_RGB()
145 …mage_bgsubtract_RGB(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_area… in image_bgsubtract_RGB()
148 const RGB32 *p, *q; in image_bgsubtract_RGB()
171 const RGB32 *p; in image_bgsubtract_update_RGB()
172 RGB32 *q; in image_bgsubtract_update_RGB()
[all …]
H A Dfilter_burn.c43 static RGB32 palette[256];
74 RGB32 *background; in filter_get_image()
106 RGB32 *dest = (RGB32*)*image; in filter_get_image()
107 RGB32 *src = (RGB32*)*image; in filter_get_image()
110 RGB32 a, b, c; in filter_get_image()
140 background = mlt_pool_alloc(video_area*sizeof(RGB32)); in filter_get_image()
143 background, video_area*sizeof(RGB32), mlt_pool_release, NULL ); in filter_get_image()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plusgpl/
H A Dutils.h14 typedef uint32_t RGB32; typedef
35 void image_bgset_y(RGB32 *background, const RGB32 *src, int video_area, int y_threshold);
36 void image_bgsubtract_y(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_a…
37 void image_bgsubtract_update_y(unsigned char *diff, RGB32 *background, const RGB32 *src, int video_…
38 RGB32 image_set_threshold_RGB(int r, int g, int b);
39 void image_bgset_RGB(RGB32 *background, const RGB32 *src, int video_area);
40 …mage_bgsubtract_RGB(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_area…
41 …age_bgsubtract_update_RGB(unsigned char *diff, RGB32 *background, const RGB32 *src, int video_area…
43 void image_y_over(unsigned char *diff, const RGB32 *src, int video_area, int y_threshold);
44 void image_y_under(unsigned char *diff, const RGB32 *src, int video_area, int y_threshold);
[all …]
H A Dimage.c32 const RGB32 *p; in image_bgset_y()
53 const RGB32 *p; in image_bgsubtract_y()
93 const RGB32 *p; in image_bgsubtract_update_y()
123 RGB32 rgb_threshold; in image_set_threshold_RGB()
134 void image_bgset_RGB(RGB32 *background, const RGB32 *src, int video_area) in image_bgset_RGB()
137 RGB32 *p; in image_bgset_RGB()
145 …mage_bgsubtract_RGB(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_area… in image_bgsubtract_RGB()
148 const RGB32 *p, *q; in image_bgsubtract_RGB()
171 const RGB32 *p; in image_bgsubtract_update_RGB()
172 RGB32 *q; in image_bgsubtract_update_RGB()
[all …]
H A Dfilter_burn.c43 static RGB32 palette[256];
74 RGB32 *background; in filter_get_image()
106 RGB32 *dest = (RGB32*)*image; in filter_get_image()
107 RGB32 *src = (RGB32*)*image; in filter_get_image()
110 RGB32 a, b, c; in filter_get_image()
140 background = mlt_pool_alloc(video_area*sizeof(RGB32)); in filter_get_image()
143 background, video_area*sizeof(RGB32), mlt_pool_release, NULL ); in filter_get_image()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plusgpl/
H A Dutils.h14 typedef uint32_t RGB32; typedef
35 void image_bgset_y(RGB32 *background, const RGB32 *src, int video_area, int y_threshold);
36 void image_bgsubtract_y(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_a…
37 void image_bgsubtract_update_y(unsigned char *diff, RGB32 *background, const RGB32 *src, int video_…
38 RGB32 image_set_threshold_RGB(int r, int g, int b);
39 void image_bgset_RGB(RGB32 *background, const RGB32 *src, int video_area);
40 …mage_bgsubtract_RGB(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_area…
41 …age_bgsubtract_update_RGB(unsigned char *diff, RGB32 *background, const RGB32 *src, int video_area…
43 void image_y_over(unsigned char *diff, const RGB32 *src, int video_area, int y_threshold);
44 void image_y_under(unsigned char *diff, const RGB32 *src, int video_area, int y_threshold);
[all …]
H A Dimage.c32 const RGB32 *p; in image_bgset_y()
53 const RGB32 *p; in image_bgsubtract_y()
93 const RGB32 *p; in image_bgsubtract_update_y()
123 RGB32 rgb_threshold; in image_set_threshold_RGB()
134 void image_bgset_RGB(RGB32 *background, const RGB32 *src, int video_area) in image_bgset_RGB()
137 RGB32 *p; in image_bgset_RGB()
145 …mage_bgsubtract_RGB(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_area… in image_bgsubtract_RGB()
148 const RGB32 *p, *q; in image_bgsubtract_RGB()
171 const RGB32 *p; in image_bgsubtract_update_RGB()
172 RGB32 *q; in image_bgsubtract_update_RGB()
[all …]
H A Dfilter_burn.c43 static RGB32 palette[256];
74 RGB32 *background; in filter_get_image()
106 RGB32 *dest = (RGB32*)*image; in filter_get_image()
107 RGB32 *src = (RGB32*)*image; in filter_get_image()
110 RGB32 a, b, c; in filter_get_image()
140 background = mlt_pool_alloc(video_area*sizeof(RGB32)); in filter_get_image()
143 background, video_area*sizeof(RGB32), mlt_pool_release, NULL ); in filter_get_image()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plusgpl/
H A Dutils.h14 typedef uint32_t RGB32; typedef
35 void image_bgset_y(RGB32 *background, const RGB32 *src, int video_area, int y_threshold);
36 void image_bgsubtract_y(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_a…
37 void image_bgsubtract_update_y(unsigned char *diff, RGB32 *background, const RGB32 *src, int video_…
38 RGB32 image_set_threshold_RGB(int r, int g, int b);
39 void image_bgset_RGB(RGB32 *background, const RGB32 *src, int video_area);
40 …mage_bgsubtract_RGB(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_area…
41 …age_bgsubtract_update_RGB(unsigned char *diff, RGB32 *background, const RGB32 *src, int video_area…
43 void image_y_over(unsigned char *diff, const RGB32 *src, int video_area, int y_threshold);
44 void image_y_under(unsigned char *diff, const RGB32 *src, int video_area, int y_threshold);
[all …]
H A Dimage.c32 const RGB32 *p; in image_bgset_y()
53 const RGB32 *p; in image_bgsubtract_y()
93 const RGB32 *p; in image_bgsubtract_update_y()
123 RGB32 rgb_threshold; in image_set_threshold_RGB()
134 void image_bgset_RGB(RGB32 *background, const RGB32 *src, int video_area) in image_bgset_RGB()
137 RGB32 *p; in image_bgset_RGB()
145 …mage_bgsubtract_RGB(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_area… in image_bgsubtract_RGB()
148 const RGB32 *p, *q; in image_bgsubtract_RGB()
171 const RGB32 *p; in image_bgsubtract_update_RGB()
172 RGB32 *q; in image_bgsubtract_update_RGB()
[all …]
H A Dfilter_burn.c43 static RGB32 palette[256];
74 RGB32 *background; in filter_get_image()
106 RGB32 *dest = (RGB32*)*image; in filter_get_image()
107 RGB32 *src = (RGB32*)*image; in filter_get_image()
110 RGB32 a, b, c; in filter_get_image()
140 background = mlt_pool_alloc(video_area*sizeof(RGB32)); in filter_get_image()
143 background, video_area*sizeof(RGB32), mlt_pool_release, NULL ); in filter_get_image()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plusgpl/
H A Dutils.h14 typedef uint32_t RGB32; typedef
35 void image_bgset_y(RGB32 *background, const RGB32 *src, int video_area, int y_threshold);
36 void image_bgsubtract_y(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_a…
37 void image_bgsubtract_update_y(unsigned char *diff, RGB32 *background, const RGB32 *src, int video_…
38 RGB32 image_set_threshold_RGB(int r, int g, int b);
39 void image_bgset_RGB(RGB32 *background, const RGB32 *src, int video_area);
40 …mage_bgsubtract_RGB(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_area…
41 …age_bgsubtract_update_RGB(unsigned char *diff, RGB32 *background, const RGB32 *src, int video_area…
43 void image_y_over(unsigned char *diff, const RGB32 *src, int video_area, int y_threshold);
44 void image_y_under(unsigned char *diff, const RGB32 *src, int video_area, int y_threshold);
[all …]
H A Dimage.c32 const RGB32 *p; in image_bgset_y()
53 const RGB32 *p; in image_bgsubtract_y()
93 const RGB32 *p; in image_bgsubtract_update_y()
123 RGB32 rgb_threshold; in image_set_threshold_RGB()
134 void image_bgset_RGB(RGB32 *background, const RGB32 *src, int video_area) in image_bgset_RGB()
137 RGB32 *p; in image_bgset_RGB()
145 …mage_bgsubtract_RGB(unsigned char *diff, const RGB32 *background, const RGB32 *src, int video_area… in image_bgsubtract_RGB()
148 const RGB32 *p, *q; in image_bgsubtract_RGB()
171 const RGB32 *p; in image_bgsubtract_update_RGB()
172 RGB32 *q; in image_bgsubtract_update_RGB()
[all …]
H A Dfilter_burn.c43 static RGB32 palette[256];
74 RGB32 *background; in filter_get_image()
106 RGB32 *dest = (RGB32*)*image; in filter_get_image()
107 RGB32 *src = (RGB32*)*image; in filter_get_image()
110 RGB32 a, b, c; in filter_get_image()
140 background = mlt_pool_alloc(video_area*sizeof(RGB32)); in filter_get_image()
143 background, video_area*sizeof(RGB32), mlt_pool_release, NULL ); in filter_get_image()
/dports/games/libretro-2048/libretro-2048-35a299c/
H A Dgame_noncairo.c165 nullctx.color=RGB32(r,g,b,255); in set_rgb()
170 nullctx.color=RGB32(r,g,b,(int)a*255); in set_rgba()
263 color_lut[0] = RGB32(238,228,218,90); in init_luts()
264 color_lut[1] = RGB32(238,228,218,255); in init_luts()
266 color_lut[2] = RGB32(237,224,200,255); in init_luts()
268 color_lut[4] = RGB32(245,149,99,255); in init_luts()
269 color_lut[5] = RGB32(246,124,95,255); in init_luts()
270 color_lut[6] = RGB32(246,94,59,255); in init_luts()
274 color_lut[8] = RGB32(237,204,97,255); in init_luts()
275 color_lut[9] = RGB32(237,200,80,255); in init_luts()
[all …]
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dvertigo.c35 typedef unsigned int RGB32; typedef
37 #define PIXEL_SIZE (sizeof(RGB32))
42 RGB32 *buffer;
43 RGB32 *current_buffer, *alt_buffer;
104 sdata->buffer = (RGB32 *)weed_calloc(video_area, PIXEL_SIZE * 2); in vertigo_init()
140 RGB32 v; in vertigo_process()
141 RGB32 *p, *src, *dest; in vertigo_process()
H A Dblurzoom.c41 typedef unsigned int RGB32; typedef
43 #define PIXEL_SIZE (sizeof(RGB32))
51 RGB32 *snapframe;
64 static RGB32 *palette;
65 static RGB32 palettes[256];
71 static void image_bgsubtract_update_y(RGB32 *src, int width, int height, int rowstride, struct _sda… in image_bgsubtract_update_y()
74 RGB32 *p; in image_bgsubtract_update_y()
284 sdata->snapframe = (RGB32 *)weed_calloc(video_area, PIXEL_SIZE); in blurzoom_init()
345 RGB32 *src, *dest; in blurzoom_process()
350 RGB32 a, b; in blurzoom_process()
H A DlifeTV.c40 typedef unsigned int RGB32; typedef
42 #define PIXEL_SIZE (sizeof(RGB32))
56 static void image_bgsubtract_update_y(RGB32 *src, int width, int height, int rowstride, struct _sda… in image_bgsubtract_update_y()
59 RGB32 *p; in image_bgsubtract_update_y()
205 RGB32 *src, *dest; in lifetv_process()
207 RGB32 pix; in lifetv_process()
H A DfireTV.c48 typedef unsigned int RGB32; typedef
49 static RGB32 palette[256];
101 static void image_bgsubtract_y(RGB32 *src, int width, int height, int rowstride, struct _sdata *sda… in image_bgsubtract_y()
104 RGB32 *p; in image_bgsubtract_y()
210 RGB32 *src, *dest; in fire_process()
H A DrippleTV.c42 typedef unsigned int RGB32; typedef
74 static void image_bgset_y(RGB32 *src, int width, int height, int rowstride, struct _sdata *sdata) { in image_bgset_y()
77 RGB32 *p; in image_bgset_y()
99 static void image_bgsubtract_update_y(RGB32 *src, int width, int height, int rowstride, struct _sda… in image_bgsubtract_update_y()
102 RGB32 *p; in image_bgsubtract_update_y()
142 static int setBackground(RGB32 *src, int width, int height, int rowstride, struct _sdata *sdata) { in setBackground()
227 static void motiondetect(RGB32 *src, int width, int height, int rowstride, struct _sdata *sdata) { in motiondetect()
346 RGB32 *src, *dest; in ripple_process()
H A DwarpTV.c49 typedef unsigned int RGB32; typedef
101 static void doWarp(int xw, int yw, int cw, RGB32 *src, RGB32 *dst, int width, int height, int irow,… in doWarp()
193 RGB32 *src, *dest; in warp_process()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/lancelot/scripts/
H A Dimage_formats.qps18 image_convertToFormat the_pixmap converted RGB32
70 drawText 230 670 "RGB32"
78 drawText 770 270 "RGB32"
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/arthur/data/qps/
H A Dimage_formats.qps15 image_convertToFormat the_pixmap converted RGB32
67 drawText 230 670 "RGB32"
75 drawText 770 270 "RGB32"
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/jpeg_dec/src/
H A Dumc_mjpeg_mfx_decode.cpp423 RGB32 == m_DecoderParams.info.color_format) in AllocateFrame()
425 frm = RGB32; in AllocateFrame()
450 frm = RGB32; in AllocateFrame()
467 frm = RGB32; in AllocateFrame()
472 RGB32 == m_DecoderParams.info.color_format) in AllocateFrame()
477 frm = RGB32; in AllocateFrame()
503 if (RGB32 == m_internalFrame.GetColorFormat()) in AllocateFrame()
772 case RGB32: in PostProcessing()
894 case RGB32: in PostProcessing()
895 out.Init(size.width, size.height, RGB32, 8); in PostProcessing()
[all …]

12345678910>>...21