Home
last modified time | relevance | path

Searched refs:vmaxq_u8 (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/arm/
H A Dloopfilter_16_neon.c46 q11u8 = vmaxq_u8(q11u8, q12u8); in loop_filter_neon_16()
47 q12u8 = vmaxq_u8(q13u8, q14u8); in loop_filter_neon_16()
48 q3 = vmaxq_u8(q3, q4); in loop_filter_neon_16()
49 q15u8 = vmaxq_u8(q11u8, q12u8); in loop_filter_neon_16()
56 q15u8 = vmaxq_u8(q15u8, q3); in loop_filter_neon_16()
H A Davg_neon.c190 const uint8x16_t ab0123_max = vmaxq_u8(ab01_diff, ab23_diff); in aom_minmax_8x8_neon()
191 const uint8x16_t ab4567_max = vmaxq_u8(ab45_diff, ab67_diff); in aom_minmax_8x8_neon()
195 const uint8x16_t ab07_max = vmaxq_u8(ab0123_max, ab4567_max); in aom_minmax_8x8_neon()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vpx_dsp/arm/
H A Dloopfilter_16_neon.c46 q11u8 = vmaxq_u8(q11u8, q12u8); in loop_filter_neon_16()
47 q12u8 = vmaxq_u8(q13u8, q14u8); in loop_filter_neon_16()
48 q3 = vmaxq_u8(q3, q4); in loop_filter_neon_16()
49 q15u8 = vmaxq_u8(q11u8, q12u8); in loop_filter_neon_16()
56 q15u8 = vmaxq_u8(q15u8, q3); in loop_filter_neon_16()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vpx_dsp/arm/
H A Dloopfilter_16_neon.c46 q11u8 = vmaxq_u8(q11u8, q12u8); in loop_filter_neon_16()
47 q12u8 = vmaxq_u8(q13u8, q14u8); in loop_filter_neon_16()
48 q3 = vmaxq_u8(q3, q4); in loop_filter_neon_16()
49 q15u8 = vmaxq_u8(q11u8, q12u8); in loop_filter_neon_16()
56 q15u8 = vmaxq_u8(q15u8, q3); in loop_filter_neon_16()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/common/arm/neon/
H A Dvp9_loopfilter_16_neon.c46 q11u8 = vmaxq_u8(q11u8, q12u8); in vp9_loop_filter_neon_16()
47 q12u8 = vmaxq_u8(q13u8, q14u8); in vp9_loop_filter_neon_16()
48 q3 = vmaxq_u8(q3, q4); in vp9_loop_filter_neon_16()
49 q15u8 = vmaxq_u8(q11u8, q12u8); in vp9_loop_filter_neon_16()
56 q15u8 = vmaxq_u8(q15u8, q3); in vp9_loop_filter_neon_16()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/skia/ext/
H A Dconvolver_neon.cc242 uint8x16_t b = vmaxq_u8(a, accum8); // Max of r and g in ConvolveVertically_Neon()
246 b = vmaxq_u8(a, b); // Max of r and g and b. in ConvolveVertically_Neon()
252 accum8 = vmaxq_u8(b, accum8); in ConvolveVertically_Neon()
303 uint8x16_t b = vmaxq_u8(a, accum8); // Max of r and g in ConvolveVertically_Neon()
307 b = vmaxq_u8(a, b); // Max of r and g and b. in ConvolveVertically_Neon()
313 accum8 = vmaxq_u8(b, accum8); in ConvolveVertically_Neon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/skia/ext/
H A Dconvolver_neon.cc242 uint8x16_t b = vmaxq_u8(a, accum8); // Max of r and g in ConvolveVertically_Neon()
246 b = vmaxq_u8(a, b); // Max of r and g and b. in ConvolveVertically_Neon()
252 accum8 = vmaxq_u8(b, accum8); in ConvolveVertically_Neon()
303 uint8x16_t b = vmaxq_u8(a, accum8); // Max of r and g in ConvolveVertically_Neon()
307 b = vmaxq_u8(a, b); // Max of r and g and b. in ConvolveVertically_Neon()
313 accum8 = vmaxq_u8(b, accum8); in ConvolveVertically_Neon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/arm/
H A Dcdef_neon.cc542 vmaxq_u8(vreinterpretq_u8_u16(primary_val[0]), in CdefFilter_NEON()
545 vmaxq_u8(vreinterpretq_u8_u16(primary_val[2]), in CdefFilter_NEON()
548 vreinterpretq_u16_u8(vmaxq_u8(max_p01, max_p23)); in CdefFilter_NEON()
593 vmaxq_u8(vreinterpretq_u8_u16(secondary_val[0]), in CdefFilter_NEON()
596 vmaxq_u8(vreinterpretq_u8_u16(secondary_val[2]), in CdefFilter_NEON()
599 vmaxq_u8(vreinterpretq_u8_u16(secondary_val[4]), in CdefFilter_NEON()
602 vmaxq_u8(vreinterpretq_u8_u16(secondary_val[6]), in CdefFilter_NEON()
605 vmaxq_u8(vmaxq_u8(max_s01, max_s23), vmaxq_u8(max_s45, max_s67))); in CdefFilter_NEON()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dcdef_neon.cc495 const uint8x16_t max_p01 = vmaxq_u8(vreinterpretq_u8_u16(primary_val[0]), in GetMaxPrimary()
497 const uint8x16_t max_p23 = vmaxq_u8(vreinterpretq_u8_u16(primary_val[2]), in GetMaxPrimary()
499 const uint16x8_t max_p = vreinterpretq_u16_u8(vmaxq_u8(max_p01, max_p23)); in GetMaxPrimary()
515 const uint8x16_t max_s01 = vmaxq_u8(vreinterpretq_u8_u16(secondary_val[0]), in GetMaxSecondary()
517 const uint8x16_t max_s23 = vmaxq_u8(vreinterpretq_u8_u16(secondary_val[2]), in GetMaxSecondary()
519 const uint8x16_t max_s45 = vmaxq_u8(vreinterpretq_u8_u16(secondary_val[4]), in GetMaxSecondary()
521 const uint8x16_t max_s67 = vmaxq_u8(vreinterpretq_u8_u16(secondary_val[6]), in GetMaxSecondary()
524 vmaxq_u8(vmaxq_u8(max_s01, max_s23), vmaxq_u8(max_s45, max_s67))); in GetMaxSecondary()
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_neon.h160 a.u8x16 = vmaxq_u8(a.u8x16, vreinterpretq_u8_u32(vextq_u32(a.u32x4, a.u32x4, 2))); in esl_neon_hmax_u8()
161 a.u8x16 = vmaxq_u8(a.u8x16, vreinterpretq_u8_u32(vextq_u32(a.u32x4, a.u32x4, 1))); in esl_neon_hmax_u8()
162 a.u8x16 = vmaxq_u8(a.u8x16, vreinterpretq_u8_u16(vrev64q_u16(a.u16x8))); in esl_neon_hmax_u8()
163 a.u8x16 = vmaxq_u8(a.u8x16, vrev64q_u8(a.u8x16)); in esl_neon_hmax_u8()
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_neon.h160 a.u8x16 = vmaxq_u8(a.u8x16, vreinterpretq_u8_u32(vextq_u32(a.u32x4, a.u32x4, 2))); in esl_neon_hmax_u8()
161 a.u8x16 = vmaxq_u8(a.u8x16, vreinterpretq_u8_u32(vextq_u32(a.u32x4, a.u32x4, 1))); in esl_neon_hmax_u8()
162 a.u8x16 = vmaxq_u8(a.u8x16, vreinterpretq_u8_u16(vrev64q_u16(a.u16x8))); in esl_neon_hmax_u8()
163 a.u8x16 = vmaxq_u8(a.u8x16, vrev64q_u8(a.u8x16)); in esl_neon_hmax_u8()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/opts/
H A DSkBitmapProcState_arm_neon.cpp252 uint8x16_t b = vmaxq_u8(a, accum8); // Max of r and g in convolveVertically_neon()
256 b = vmaxq_u8(a, b); // Max of r and g and b. in convolveVertically_neon()
262 accum8 = vmaxq_u8(b, accum8); in convolveVertically_neon()
311 uint8x16_t b = vmaxq_u8(a, accum8); // Max of r and g in convolveVertically_neon()
315 b = vmaxq_u8(a, b); // Max of r and g and b. in convolveVertically_neon()
321 accum8 = vmaxq_u8(b, accum8); in convolveVertically_neon()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A DvmaxQu8.c17 out_uint8x16_t = vmaxq_u8 (arg0_uint8x16_t, arg1_uint8x16_t); in test_vmaxQu8()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/arm/neon/
H A DvmaxQu8.c17 out_uint8x16_t = vmaxq_u8 (arg0_uint8x16_t, arg1_uint8x16_t); in test_vmaxQu8()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/arm/neon/
H A DvmaxQu8.c17 out_uint8x16_t = vmaxq_u8 (arg0_uint8x16_t, arg1_uint8x16_t); in test_vmaxQu8()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A DvmaxQu8.c17 out_uint8x16_t = vmaxq_u8 (arg0_uint8x16_t, arg1_uint8x16_t); in test_vmaxQu8()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/arm/neon/
H A DvmaxQu8.c17 out_uint8x16_t = vmaxq_u8 (arg0_uint8x16_t, arg1_uint8x16_t); in test_vmaxQu8()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dreduce.cpp142 s1 = vmaxq_u8(s1, v1); in reduceColMax()
143 s2 = vmaxq_u8(s2, v2); in reduceColMax()
144 s3 = vmaxq_u8(s3, v3); in reduceColMax()
145 s4 = vmaxq_u8(s4, v4); in reduceColMax()
164 s1 = vmaxq_u8(s1, v1); in reduceColMax()
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/arm/
H A Davg_neon.c209 const uint8x16_t ab0123_max = vmaxq_u8(ab01_diff, ab23_diff); in vpx_minmax_8x8_neon()
210 const uint8x16_t ab4567_max = vmaxq_u8(ab45_diff, ab67_diff); in vpx_minmax_8x8_neon()
214 const uint8x16_t ab07_max = vmaxq_u8(ab0123_max, ab4567_max); in vpx_minmax_8x8_neon()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmaxq_u8.c10 return vmaxq_u8 (a, b); in foo()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmaxq_u8.c10 return vmaxq_u8 (a, b); in foo()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmaxq_u8.c10 return vmaxq_u8 (a, b); in foo()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmaxq_u8.c10 return vmaxq_u8 (a, b); in foo()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmaxq_u8.c10 return vmaxq_u8 (a, b); in foo()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmaxq_u8.c10 return vmaxq_u8 (a, b); in foo()

12345678910>>...13