Home
last modified time | relevance | path

Searched refs:alpha_mask (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha()
79 return (alpha_mask != 0xff); in DispatchAlpha()
/dports/sysutils/xvidcap/xvidcap-1.1.7/src/
H A Dcolors.c112 unsigned long red_mask, green_mask, blue_mask, alpha_mask; in xvc_get_color_info() local
188 ci->alpha_mask = ~ in xvc_get_color_info()
190 alpha_mask = ci->alpha_mask; in xvc_get_color_info()
191 if (alpha_mask > 0) { in xvc_get_color_info()
192 while ((alpha_mask & 0x01) == 0) { in xvc_get_color_info()
193 alpha_mask >>= 1; in xvc_get_color_info()
196 while ((alpha_mask & 0x01) == 1) { in xvc_get_color_info()
197 alpha_mask >>= 1; in xvc_get_color_info()
217 ci->alpha_mask, ci->alpha_bit_depth, ci->alpha_shift, in xvc_get_color_info()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
H A Dalpha_processing_neon.c86 uint32_t alpha_mask = 0xffffffffu; in DispatchAlpha_NEON() local
104 alpha_mask &= alpha_value; in DispatchAlpha_NEON()
110 alpha_mask &= tmp[0]; in DispatchAlpha_NEON()
111 alpha_mask &= tmp[1]; in DispatchAlpha_NEON()
112 return (alpha_mask != 0xffffffffu); in DispatchAlpha_NEON()
137 uint32_t alpha_mask = 0xffffffffu; in ExtractAlpha_NEON() local
153 alpha_mask &= alpha[i]; in ExtractAlpha_NEON()
159 alpha_mask &= tmp[0]; in ExtractAlpha_NEON()
160 alpha_mask &= tmp[1]; in ExtractAlpha_NEON()
161 return (alpha_mask == 0xffffffffu); in ExtractAlpha_NEON()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
H A Dalpha_processing_neon.c86 uint32_t alpha_mask = 0xffffffffu; in DispatchAlpha_NEON() local
104 alpha_mask &= alpha_value; in DispatchAlpha_NEON()
110 alpha_mask &= tmp[0]; in DispatchAlpha_NEON()
111 alpha_mask &= tmp[1]; in DispatchAlpha_NEON()
112 return (alpha_mask != 0xffffffffu); in DispatchAlpha_NEON()
137 uint32_t alpha_mask = 0xffffffffu; in ExtractAlpha_NEON() local
153 alpha_mask &= alpha[i]; in ExtractAlpha_NEON()
159 alpha_mask &= tmp[0]; in ExtractAlpha_NEON()
160 alpha_mask &= tmp[1]; in ExtractAlpha_NEON()
161 return (alpha_mask == 0xffffffffu); in ExtractAlpha_NEON()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
H A Dalpha_processing_neon.c86 uint32_t alpha_mask = 0xffffffffu; in DispatchAlpha_NEON() local
104 alpha_mask &= alpha_value; in DispatchAlpha_NEON()
110 alpha_mask &= tmp[0]; in DispatchAlpha_NEON()
111 alpha_mask &= tmp[1]; in DispatchAlpha_NEON()
112 return (alpha_mask != 0xffffffffu); in DispatchAlpha_NEON()
137 uint32_t alpha_mask = 0xffffffffu; in ExtractAlpha_NEON() local
153 alpha_mask &= alpha[i]; in ExtractAlpha_NEON()
159 alpha_mask &= tmp[0]; in ExtractAlpha_NEON()
160 alpha_mask &= tmp[1]; in ExtractAlpha_NEON()
161 return (alpha_mask == 0xffffffffu); in ExtractAlpha_NEON()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/www/firefox/firefox-99.0/media/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/graphics/webp/libwebp-1.2.1/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
H A Dalpha_processing_neon.c86 uint32_t alpha_mask = 0xffffffffu; in DispatchAlpha_NEON() local
104 alpha_mask &= alpha_value; in DispatchAlpha_NEON()
110 alpha_mask &= tmp[0]; in DispatchAlpha_NEON()
111 alpha_mask &= tmp[1]; in DispatchAlpha_NEON()
112 return (alpha_mask != 0xffffffffu); in DispatchAlpha_NEON()
137 uint32_t alpha_mask = 0xffffffffu; in ExtractAlpha_NEON() local
153 alpha_mask &= alpha[i]; in ExtractAlpha_NEON()
159 alpha_mask &= tmp[0]; in ExtractAlpha_NEON()
160 alpha_mask &= tmp[1]; in ExtractAlpha_NEON()
161 return (alpha_mask == 0xffffffffu); in ExtractAlpha_NEON()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local
45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2()
79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()

12345678910>>...29