Home
last modified time | relevance | path

Searched refs:rgb2rgb (Results 1 – 25 of 79) sorted by relevance

1234

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_tonemap_opencl.c122 double rgb2rgb[3][3]) { in get_rgb2rgb_matrix()
128 ff_matrix_mul_3x3(rgb2rgb, rgb2xyz, xyz2rgb); in get_rgb2rgb_matrix()
140 double rgb2rgb[3][3]; in tonemap_opencl_init() local
205 get_rgb2rgb_matrix(ctx->primaries_in, ctx->primaries_out, rgb2rgb); in tonemap_opencl_init()
221 rgb2rgb[0][0], rgb2rgb[0][1], rgb2rgb[0][2]); in tonemap_opencl_init()
223 rgb2rgb[1][0], rgb2rgb[1][1], rgb2rgb[1][2]); in tonemap_opencl_init()
225 rgb2rgb[2][0], rgb2rgb[2][1], rgb2rgb[2][2]); in tonemap_opencl_init()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/opencl/
H A Dcolorspace_common.cl184 float rr = rgb2rgb[0] * r + rgb2rgb[1] * g + rgb2rgb[2] * b;
185 float gg = rgb2rgb[3] * r + rgb2rgb[4] * g + rgb2rgb[5] * b;
186 float bb = rgb2rgb[6] * r + rgb2rgb[7] * g + rgb2rgb[8] * b;
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/opencl/
H A Dcolorspace_common.cl199 float rr = rgb2rgb[0] * r + rgb2rgb[1] * g + rgb2rgb[2] * b;
200 float gg = rgb2rgb[3] * r + rgb2rgb[4] * g + rgb2rgb[5] * b;
201 float bb = rgb2rgb[6] * r + rgb2rgb[7] * g + rgb2rgb[8] * b;
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/opencl/
H A Dcolorspace_common.cl184 float rr = rgb2rgb[0] * r + rgb2rgb[1] * g + rgb2rgb[2] * b;
185 float gg = rgb2rgb[3] * r + rgb2rgb[4] * g + rgb2rgb[5] * b;
186 float bb = rgb2rgb[6] * r + rgb2rgb[7] * g + rgb2rgb[8] * b;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/opencl/
H A Dcolorspace_common.cl184 float rr = rgb2rgb[0] * r + rgb2rgb[1] * g + rgb2rgb[2] * b;
185 float gg = rgb2rgb[3] * r + rgb2rgb[4] * g + rgb2rgb[5] * b;
186 float bb = rgb2rgb[6] * r + rgb2rgb[7] * g + rgb2rgb[8] * b;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/opencl/
H A Dcolorspace_common.cl184 float rr = rgb2rgb[0] * r + rgb2rgb[1] * g + rgb2rgb[2] * b;
185 float gg = rgb2rgb[3] * r + rgb2rgb[4] * g + rgb2rgb[5] * b;
186 float bb = rgb2rgb[6] * r + rgb2rgb[7] * g + rgb2rgb[8] * b;
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libswscale/
H A DMakefile6 OBJS = rgb2rgb.o swscale.o
16 HEADERS = swscale.h rgb2rgb.h
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/qt4/ADM_UIs/src/
H A DDIA_flyDialog.cpp434 rgb2rgb=NULL; in ADM_flyDialogRgb()
442 if(rgb2rgb) delete rgb2rgb; in resetScaler()
443 rgb2rgb=new ADMColorScalerFull(ADM_CS_BICUBIC, in resetScaler()
457 if(rgb2rgb) delete rgb2rgb; in ~ADM_flyDialogRgb()
459 rgb2rgb=NULL; in ~ADM_flyDialogRgb()
469 rgb2rgb->convert(_rgbByteBufferOut.at(0), _rgbByteBufferDisplay.at(0)); in process()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/qt4/ADM_UIs/src/
H A DDIA_flyDialog.cpp434 rgb2rgb=NULL; in ADM_flyDialogRgb()
442 if(rgb2rgb) delete rgb2rgb; in resetScaler()
443 rgb2rgb=new ADMColorScalerFull(ADM_CS_BICUBIC, in resetScaler()
457 if(rgb2rgb) delete rgb2rgb; in ~ADM_flyDialogRgb()
459 rgb2rgb=NULL; in ~ADM_flyDialogRgb()
469 rgb2rgb->convert(_rgbByteBufferOut.at(0), _rgbByteBufferDisplay.at(0)); in process()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/qt4/ADM_UIs/src/
H A DDIA_flyDialog.cpp434 rgb2rgb=NULL; in ADM_flyDialogRgb()
442 if(rgb2rgb) delete rgb2rgb; in resetScaler()
443 rgb2rgb=new ADMColorScalerFull(ADM_CS_BICUBIC, in resetScaler()
457 if(rgb2rgb) delete rgb2rgb; in ~ADM_flyDialogRgb()
459 rgb2rgb=NULL; in ~ADM_flyDialogRgb()
469 rgb2rgb->convert(_rgbByteBufferOut.at(0), _rgbByteBufferDisplay.at(0)); in process()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/qt4/ADM_UIs/src/
H A DDIA_flyDialog.cpp434 rgb2rgb=NULL; in ADM_flyDialogRgb()
442 if(rgb2rgb) delete rgb2rgb; in resetScaler()
443 rgb2rgb=new ADMColorScalerFull(ADM_CS_BICUBIC, in resetScaler()
457 if(rgb2rgb) delete rgb2rgb; in ~ADM_flyDialogRgb()
459 rgb2rgb=NULL; in ~ADM_flyDialogRgb()
469 rgb2rgb->convert(_rgbByteBufferOut.at(0), _rgbByteBufferDisplay.at(0)); in process()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/convert/
H A Dmake.sh20 g++ $gccBaseSwitch $gccExtraSwitch -I../../../src rgb2rgb.cpp -o rgb2rgb
H A Drun.sh20 ./rgb2rgb.exe
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Diccstore.cc904 rgb2rgb[i][j]=0; in init()
906 rgb2rgb[i][j]=rgb2rgb[i][j]+(xyz2rgb[i][k] * rgb2xyz[k][j]); in init()
982 outr = rgb2rgb[0][0]*r + rgb2rgb[0][1]*g + rgb2rgb[0][2]*b; in apply()
983 outg = rgb2rgb[1][0]*r + rgb2rgb[1][1]*g + rgb2rgb[1][2]*b; in apply()
984 outb = rgb2rgb[2][0]*r + rgb2rgb[2][1]*g + rgb2rgb[2][2]*b; in apply()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/assign/rgb/
H A Dmake.sh23 g++ $gccBaseSwitch $gccExtraSwitch -I../../../../src rgb2rgb.cpp -o rgb2rgb
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-ic-csc.c97 static const struct ipu_ic_csc_params *rgb2rgb[] = { variable
365 *yuv2yuv[tbl_idx] : *rgb2rgb[tbl_idx]; in calc_csc_coeffs()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-ic-csc.c97 static const struct ipu_ic_csc_params *rgb2rgb[] = { variable
365 *yuv2yuv[tbl_idx] : *rgb2rgb[tbl_idx]; in calc_csc_coeffs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-ic-csc.c97 static const struct ipu_ic_csc_params *rgb2rgb[] = { variable
365 *yuv2yuv[tbl_idx] : *rgb2rgb[tbl_idx]; in calc_csc_coeffs()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_tonemap_opencl.c105 double rgb2rgb[3][3]) { in get_rgb2rgb_matrix()
111 ff_matrix_mul_3x3(rgb2rgb, rgb2xyz, xyz2rgb); in get_rgb2rgb_matrix()
123 double rgb2rgb[3][3], rgb2yuv[3][3], yuv2rgb[3][3]; in tonemap_opencl_init() local
188 get_rgb2rgb_matrix(ctx->primaries_in, ctx->primaries_out, rgb2rgb); in tonemap_opencl_init()
202 ff_opencl_print_const_matrix_3x3(&header, "rgb2rgb", rgb2rgb); in tonemap_opencl_init()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_tonemap_opencl.c105 double rgb2rgb[3][3]) { in get_rgb2rgb_matrix()
111 ff_matrix_mul_3x3(rgb2rgb, rgb2xyz, xyz2rgb); in get_rgb2rgb_matrix()
123 double rgb2rgb[3][3], rgb2yuv[3][3], yuv2rgb[3][3]; in tonemap_opencl_init() local
188 get_rgb2rgb_matrix(ctx->primaries_in, ctx->primaries_out, rgb2rgb); in tonemap_opencl_init()
202 ff_opencl_print_const_matrix_3x3(&header, "rgb2rgb", rgb2rgb); in tonemap_opencl_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_tonemap_opencl.c105 double rgb2rgb[3][3]) { in get_rgb2rgb_matrix()
111 ff_matrix_mul_3x3(rgb2rgb, rgb2xyz, xyz2rgb); in get_rgb2rgb_matrix()
123 double rgb2rgb[3][3], rgb2yuv[3][3], yuv2rgb[3][3]; in tonemap_opencl_init() local
188 get_rgb2rgb_matrix(ctx->primaries_in, ctx->primaries_out, rgb2rgb); in tonemap_opencl_init()
202 ff_opencl_print_const_matrix_3x3(&header, "rgb2rgb", rgb2rgb); in tonemap_opencl_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_tonemap_opencl.c105 double rgb2rgb[3][3]) { in get_rgb2rgb_matrix()
111 ff_matrix_mul_3x3(rgb2rgb, rgb2xyz, xyz2rgb); in get_rgb2rgb_matrix()
123 double rgb2rgb[3][3], rgb2yuv[3][3], yuv2rgb[3][3]; in tonemap_opencl_init() local
188 get_rgb2rgb_matrix(ctx->primaries_in, ctx->primaries_out, rgb2rgb); in tonemap_opencl_init()
202 ff_opencl_print_const_matrix_3x3(&header, "rgb2rgb", rgb2rgb); in tonemap_opencl_init()
/dports/multimedia/handbrake/ffmpeg-4.4/libswscale/aarch64/
H A DMakefile1 OBJS += aarch64/rgb2rgb.o \
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswscale/aarch64/
H A DMakefile1 OBJS += aarch64/rgb2rgb.o \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libswscale/aarch64/
H A DMakefile1 OBJS += aarch64/rgb2rgb.o \

1234