Home
last modified time | relevance | path

Searched refs:StoreGray (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/libjxl/libjxl-0.6.1/third_party/sjpeg/src/
H A Dyuv_convert.cc478 static void StoreGray(const fixed_y_t* const rgb, fixed_y_t* const y, int w) { in StoreGray() function
624 StoreGray(src1, &best_y[y_off + 0], w); in PreprocessARGB()
625 StoreGray(src2, &best_y[y_off + w], w); in PreprocessARGB()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/enc/
H A Dpicture_csp_enc.c307 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
496 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
497 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/enc/
H A Dpicture_csp_enc.c307 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
496 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
497 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/www/firefox/firefox-99.0/media/libwebp/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/graphics/webp/libwebp-1.2.1/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dpicture_csp_enc.c307 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
496 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
497 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dpicture_csp_enc.c307 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
496 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
497 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/enc/
H A Dpicture_csp_enc.c307 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) {
496 StoreGray(src1, best_y + 0, w);
497 StoreGray(src2, best_y + w, w);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/enc/
H A Dpicture_csp_enc.c302 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
491 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
492 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/enc/
H A Dpicture_csp_enc.c311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
500 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
501 StoreGray(src2, best_y + w, w); in PreprocessARGB()