Home
last modified time | relevance | path

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

123

/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dgamma.cpp177 Gamma::set_all(float r, float g, float b, float black, float red_blue) in set_all() argument
180 if(gamma_r==r && gamma_g==g && gamma_b==b && black_level==black && red_blue_level==red_blue) in set_all()
187 red_blue_level=red_blue; in set_all()
H A Dgamma.h70 void set_all(float r, float g, float b, float black, float red_blue=1.0f);
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dgamma.cpp177 Gamma::set_all(float r, float g, float b, float black, float red_blue) in set_all() argument
180 if(gamma_r==r && gamma_g==g && gamma_b==b && black_level==black && red_blue_level==red_blue) in set_all()
187 red_blue_level=red_blue; in set_all()
H A Dgamma.h70 void set_all(float r, float g, float b, float black, float red_blue=1.0f);
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dgamma.cpp177 Gamma::set_all(float r, float g, float b, float black, float red_blue) in set_all() argument
180 if(gamma_r==r && gamma_g==g && gamma_b==b && black_level==black && red_blue_level==red_blue) in set_all()
187 red_blue_level=red_blue; in set_all()
H A Dgamma.h70 void set_all(float r, float g, float b, float black, float red_blue=1.0f);
/dports/x11/babl/babl-0.1.88/extensions/
H A Dcairo.c43 uint32_t red_blue = (orig & 0x00ff00ff); in conv_rgba8_cairo24_le() local
44 uint32_t red = red_blue << 16; in conv_rgba8_cairo24_le()
45 uint32_t blue = red_blue >> 16; in conv_rgba8_cairo24_le()
108 uint32_t red_blue = (orig & 0x00ff00ff); in conv_rgbA8_cairo32_le() local
109 uint32_t red = red_blue << 16; in conv_rgbA8_cairo32_le()
110 uint32_t blue = red_blue >> 16; in conv_rgbA8_cairo32_le()
/dports/graphics/wdune/wdune-1.926/bin/
H A Dredbluedune7 `dirname $0`/dune -anaglyph red_blue $*
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Danaglyph.c49 red_blue, enumerator
124 scheme = red_blue; in Create()
142 case red_blue: in Create()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/dsp/
H A Dlossless.c250 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
251 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
252 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
253 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/dsp/
H A Dlossless.c248 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
249 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
250 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
251 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Dlossless.c248 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
249 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
250 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
251 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Dlossless.c248 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
249 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
250 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
251 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/dsp/
H A Dlossless.c248 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
249 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
250 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
251 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/dsp/
H A Dlossless.c253 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
254 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
255 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
256 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Dlossless.c253 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
254 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
255 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
256 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/dsp/
H A Dlossless.c253 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
254 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
255 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
256 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dlossless.c253 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
254 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
255 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
256 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dlossless.c253 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
254 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
255 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
256 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/dsp/
H A Dlossless.c253 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
254 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
255 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
256 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/dsp/
H A Dlossless.c248 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
249 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
250 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
251 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/www/firefox/firefox-99.0/media/libwebp/src/dsp/
H A Dlossless.c267 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
268 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
269 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
270 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/graphics/webp/libwebp-1.2.1/src/dsp/
H A Dlossless.c253 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
254 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
255 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
256 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/dsp/
H A Dlossless.c253 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
254 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
255 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
256 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/dsp/
H A Dlossless.c253 uint32_t red_blue = (argb & 0x00ff00ffu); in VP8LAddGreenToBlueAndRed_C() local
254 red_blue += (green << 16) | green; in VP8LAddGreenToBlueAndRed_C()
255 red_blue &= 0x00ff00ffu; in VP8LAddGreenToBlueAndRed_C()
256 dst[i] = (argb & 0xff00ff00u) | red_blue; in VP8LAddGreenToBlueAndRed_C()

123