Home
last modified time | relevance | path

Searched refs:step2 (Results 1 – 25 of 1904) sorted by relevance

12345678910>>...77

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/controldependency/
H A DTestAntiDependentMembar.java108 step2++; in hitSearchLimit()
110 step2++; in hitSearchLimit()
112 step2++; in hitSearchLimit()
114 step2++; in hitSearchLimit()
116 step2++; in hitSearchLimit()
118 step2++; in hitSearchLimit()
120 step2++; in hitSearchLimit()
122 step2++; in hitSearchLimit()
124 step2++; in hitSearchLimit()
126 step2++; in hitSearchLimit()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/controldependency/
H A DTestAntiDependentMembar.java108 step2++; in hitSearchLimit()
110 step2++; in hitSearchLimit()
112 step2++; in hitSearchLimit()
114 step2++; in hitSearchLimit()
116 step2++; in hitSearchLimit()
118 step2++; in hitSearchLimit()
120 step2++; in hitSearchLimit()
122 step2++; in hitSearchLimit()
124 step2++; in hitSearchLimit()
126 step2++; in hitSearchLimit()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/controldependency/
H A DTestAntiDependentMembar.java108 step2++; in hitSearchLimit()
110 step2++; in hitSearchLimit()
112 step2++; in hitSearchLimit()
114 step2++; in hitSearchLimit()
116 step2++; in hitSearchLimit()
118 step2++; in hitSearchLimit()
120 step2++; in hitSearchLimit()
122 step2++; in hitSearchLimit()
124 step2++; in hitSearchLimit()
126 step2++; in hitSearchLimit()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/controldependency/
H A DTestAntiDependentMembar.java108 step2++; in hitSearchLimit()
110 step2++; in hitSearchLimit()
112 step2++; in hitSearchLimit()
114 step2++; in hitSearchLimit()
116 step2++; in hitSearchLimit()
118 step2++; in hitSearchLimit()
120 step2++; in hitSearchLimit()
122 step2++; in hitSearchLimit()
124 step2++; in hitSearchLimit()
126 step2++; in hitSearchLimit()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/controldependency/
H A DTestAntiDependentMembar.java108 step2++; in hitSearchLimit()
110 step2++; in hitSearchLimit()
112 step2++; in hitSearchLimit()
114 step2++; in hitSearchLimit()
116 step2++; in hitSearchLimit()
118 step2++; in hitSearchLimit()
120 step2++; in hitSearchLimit()
122 step2++; in hitSearchLimit()
124 step2++; in hitSearchLimit()
126 step2++; in hitSearchLimit()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/controldependency/
H A DTestAntiDependentMembar.java108 step2++; in hitSearchLimit()
110 step2++; in hitSearchLimit()
112 step2++; in hitSearchLimit()
114 step2++; in hitSearchLimit()
116 step2++; in hitSearchLimit()
118 step2++; in hitSearchLimit()
120 step2++; in hitSearchLimit()
122 step2++; in hitSearchLimit()
124 step2++; in hitSearchLimit()
126 step2++; in hitSearchLimit()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/controldependency/
H A DTestAntiDependentMembar.java108 step2++; in hitSearchLimit()
110 step2++; in hitSearchLimit()
112 step2++; in hitSearchLimit()
114 step2++; in hitSearchLimit()
116 step2++; in hitSearchLimit()
118 step2++; in hitSearchLimit()
120 step2++; in hitSearchLimit()
122 step2++; in hitSearchLimit()
124 step2++; in hitSearchLimit()
126 step2++; in hitSearchLimit()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/arm/
H A Dav1_inv_txfm_neon.c411 step1[0] = vqaddq_s16(step2[0], step2[3]); in idct8_neon()
412 step1[1] = vqaddq_s16(step2[1], step2[2]); in idct8_neon()
413 step1[2] = vqsubq_s16(step2[1], step2[2]); in idct8_neon()
666 out[6] = vqaddq_s16(step2[6], step2[9]); in idct16_neon()
667 out[7] = vqaddq_s16(step2[7], step2[8]); in idct16_neon()
668 out[8] = vqsubq_s16(step2[7], step2[8]); in idct16_neon()
669 out[9] = vqsubq_s16(step2[6], step2[9]); in idct16_neon()
777 out[6] = vqaddq_s16(step2[6], step2[9]); in idct16_low8_neon()
778 out[7] = vqaddq_s16(step2[7], step2[8]); in idct16_low8_neon()
779 out[8] = vqsubq_s16(step2[7], step2[8]); in idct16_low8_neon()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/arm/
H A Dav1_inv_txfm_neon.c411 step1[0] = vqaddq_s16(step2[0], step2[3]); in idct8_new_neon()
412 step1[1] = vqaddq_s16(step2[1], step2[2]); in idct8_new_neon()
413 step1[2] = vqsubq_s16(step2[1], step2[2]); in idct8_new_neon()
666 out[6] = vqaddq_s16(step2[6], step2[9]); in idct16_new_neon()
667 out[7] = vqaddq_s16(step2[7], step2[8]); in idct16_new_neon()
668 out[8] = vqsubq_s16(step2[7], step2[8]); in idct16_new_neon()
669 out[9] = vqsubq_s16(step2[6], step2[9]); in idct16_new_neon()
777 out[6] = vqaddq_s16(step2[6], step2[9]); in idct16_low8_new_neon()
778 out[7] = vqaddq_s16(step2[7], step2[8]); in idct16_low8_new_neon()
779 out[8] = vqsubq_s16(step2[7], step2[8]); in idct16_low8_new_neon()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/arm/
H A Dav1_inv_txfm_neon.c411 step1[0] = vqaddq_s16(step2[0], step2[3]); in idct8_neon()
412 step1[1] = vqaddq_s16(step2[1], step2[2]); in idct8_neon()
413 step1[2] = vqsubq_s16(step2[1], step2[2]); in idct8_neon()
666 out[6] = vqaddq_s16(step2[6], step2[9]); in idct16_neon()
667 out[7] = vqaddq_s16(step2[7], step2[8]); in idct16_neon()
668 out[8] = vqsubq_s16(step2[7], step2[8]); in idct16_neon()
669 out[9] = vqsubq_s16(step2[6], step2[9]); in idct16_neon()
777 out[6] = vqaddq_s16(step2[6], step2[9]); in idct16_low8_neon()
778 out[7] = vqaddq_s16(step2[7], step2[8]); in idct16_low8_neon()
779 out[8] = vqsubq_s16(step2[7], step2[8]); in idct16_low8_neon()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/common/arm/
H A Dav1_inv_txfm_neon.c411 step1[0] = vqaddq_s16(step2[0], step2[3]); in idct8_neon()
412 step1[1] = vqaddq_s16(step2[1], step2[2]); in idct8_neon()
413 step1[2] = vqsubq_s16(step2[1], step2[2]); in idct8_neon()
666 out[6] = vqaddq_s16(step2[6], step2[9]); in idct16_neon()
667 out[7] = vqaddq_s16(step2[7], step2[8]); in idct16_neon()
668 out[8] = vqsubq_s16(step2[7], step2[8]); in idct16_neon()
669 out[9] = vqsubq_s16(step2[6], step2[9]); in idct16_neon()
777 out[6] = vqaddq_s16(step2[6], step2[9]); in idct16_low8_neon()
778 out[7] = vqaddq_s16(step2[7], step2[8]); in idct16_low8_neon()
779 out[8] = vqsubq_s16(step2[7], step2[8]); in idct16_low8_neon()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Didct16x16_add_neon.c194 step1[8] = vaddq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
195 step1[9] = vsubq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
220 step1[0] = vaddq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
221 step1[1] = vaddq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
222 step1[2] = vsubq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
223 step1[3] = vsubq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
532 out[0] = vadd_s16(step2[0], step2[15]); in vpx_idct16x16_10_add_half1d_pass1()
538 out[6] = vadd_s16(step2[6], step2[9]); in vpx_idct16x16_10_add_half1d_pass1()
539 out[7] = vadd_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
540 out[8] = vsub_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/arm/
H A Didct16x16_add_neon.c194 step1[8] = vaddq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
195 step1[9] = vsubq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
220 step1[0] = vaddq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
221 step1[1] = vaddq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
222 step1[2] = vsubq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
223 step1[3] = vsubq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
532 out[0] = vadd_s16(step2[0], step2[15]); in vpx_idct16x16_10_add_half1d_pass1()
538 out[6] = vadd_s16(step2[6], step2[9]); in vpx_idct16x16_10_add_half1d_pass1()
539 out[7] = vadd_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
540 out[8] = vsub_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/arm/
H A Didct16x16_add_neon.c194 step1[8] = vaddq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
195 step1[9] = vsubq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
220 step1[0] = vaddq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
221 step1[1] = vaddq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
222 step1[2] = vsubq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
223 step1[3] = vsubq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
532 out[0] = vadd_s16(step2[0], step2[15]); in vpx_idct16x16_10_add_half1d_pass1()
538 out[6] = vadd_s16(step2[6], step2[9]); in vpx_idct16x16_10_add_half1d_pass1()
539 out[7] = vadd_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
540 out[8] = vsub_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/arm/
H A Didct16x16_add_neon.c194 step1[8] = vaddq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
195 step1[9] = vsubq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
220 step1[0] = vaddq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
221 step1[1] = vaddq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
222 step1[2] = vsubq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
223 step1[3] = vsubq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
532 out[0] = vadd_s16(step2[0], step2[15]); in vpx_idct16x16_10_add_half1d_pass1()
538 out[6] = vadd_s16(step2[6], step2[9]); in vpx_idct16x16_10_add_half1d_pass1()
539 out[7] = vadd_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
540 out[8] = vsub_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/arm/
H A Didct16x16_add_neon.c194 step1[8] = vaddq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
195 step1[9] = vsubq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
220 step1[0] = vaddq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
221 step1[1] = vaddq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
222 step1[2] = vsubq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
223 step1[3] = vsubq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
532 out[0] = vadd_s16(step2[0], step2[15]); in vpx_idct16x16_10_add_half1d_pass1()
538 out[6] = vadd_s16(step2[6], step2[9]); in vpx_idct16x16_10_add_half1d_pass1()
539 out[7] = vadd_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
540 out[8] = vsub_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Didct16x16_add_neon.c194 step1[8] = vaddq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
195 step1[9] = vsubq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
220 step1[0] = vaddq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
221 step1[1] = vaddq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
222 step1[2] = vsubq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
223 step1[3] = vsubq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
532 out[0] = vadd_s16(step2[0], step2[15]); in vpx_idct16x16_10_add_half1d_pass1()
538 out[6] = vadd_s16(step2[6], step2[9]); in vpx_idct16x16_10_add_half1d_pass1()
539 out[7] = vadd_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
540 out[8] = vsub_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/arm/
H A Didct16x16_add_neon.c194 step1[8] = vaddq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
195 step1[9] = vsubq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
220 step1[0] = vaddq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
221 step1[1] = vaddq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
222 step1[2] = vsubq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
223 step1[3] = vsubq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
532 out[0] = vadd_s16(step2[0], step2[15]); in vpx_idct16x16_10_add_half1d_pass1()
538 out[6] = vadd_s16(step2[6], step2[9]); in vpx_idct16x16_10_add_half1d_pass1()
539 out[7] = vadd_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
540 out[8] = vsub_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Didct16x16_add_neon.c194 step1[8] = vaddq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
195 step1[9] = vsubq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
220 step1[0] = vaddq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
221 step1[1] = vaddq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
222 step1[2] = vsubq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
223 step1[3] = vsubq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
532 out[0] = vadd_s16(step2[0], step2[15]); in vpx_idct16x16_10_add_half1d_pass1()
538 out[6] = vadd_s16(step2[6], step2[9]); in vpx_idct16x16_10_add_half1d_pass1()
539 out[7] = vadd_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
540 out[8] = vsub_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Didct16x16_add_neon.c194 step1[8] = vaddq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
195 step1[9] = vsubq_s16(step2[8], step2[9]); in vpx_idct16x16_256_add_half1d()
220 step1[0] = vaddq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
221 step1[1] = vaddq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
222 step1[2] = vsubq_s16(step2[1], step2[2]); in vpx_idct16x16_256_add_half1d()
223 step1[3] = vsubq_s16(step2[0], step2[3]); in vpx_idct16x16_256_add_half1d()
532 out[0] = vadd_s16(step2[0], step2[15]); in vpx_idct16x16_10_add_half1d_pass1()
538 out[6] = vadd_s16(step2[6], step2[9]); in vpx_idct16x16_10_add_half1d_pass1()
539 out[7] = vadd_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
540 out[8] = vsub_s16(step2[7], step2[8]); in vpx_idct16x16_10_add_half1d_pass1()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_idct32x32_add_sse4.c29 &step2[9], &step2[14]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
31 &step2[10], &step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
36 step1[8] = _mm_add_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
37 step1[9] = _mm_add_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
38 step1[10] = _mm_sub_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
39 step1[11] = _mm_sub_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
40 step1[12] = _mm_sub_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
41 step1[13] = _mm_sub_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
42 step1[14] = _mm_add_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
43 step1[15] = _mm_add_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/x86/
H A Dhighbd_idct32x32_add_sse4.c29 &step2[9], &step2[14]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
31 &step2[10], &step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
36 step1[8] = _mm_add_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
37 step1[9] = _mm_add_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
38 step1[10] = _mm_sub_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
39 step1[11] = _mm_sub_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
40 step1[12] = _mm_sub_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
41 step1[13] = _mm_sub_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
42 step1[14] = _mm_add_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
43 step1[15] = _mm_add_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/x86/
H A Dhighbd_idct32x32_add_sse4.c29 &step2[9], &step2[14]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
31 &step2[10], &step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
36 step1[8] = _mm_add_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
37 step1[9] = _mm_add_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
38 step1[10] = _mm_sub_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
39 step1[11] = _mm_sub_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
40 step1[12] = _mm_sub_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
41 step1[13] = _mm_sub_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
42 step1[14] = _mm_add_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
43 step1[15] = _mm_add_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/x86/
H A Dhighbd_idct32x32_add_sse4.c29 &step2[9], &step2[14]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
31 &step2[10], &step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
36 step1[8] = _mm_add_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
37 step1[9] = _mm_add_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
38 step1[10] = _mm_sub_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
39 step1[11] = _mm_sub_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
40 step1[12] = _mm_sub_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
41 step1[13] = _mm_sub_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
42 step1[14] = _mm_add_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
43 step1[15] = _mm_add_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/
H A Dhighbd_idct32x32_add_sse4.c29 &step2[9], &step2[14]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
31 &step2[10], &step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
36 step1[8] = _mm_add_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
37 step1[9] = _mm_add_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
38 step1[10] = _mm_sub_epi32(step2[9], step2[10]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
39 step1[11] = _mm_sub_epi32(step2[8], step2[11]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
40 step1[12] = _mm_sub_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
41 step1[13] = _mm_sub_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
42 step1[14] = _mm_add_epi32(step2[14], step2[13]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
43 step1[15] = _mm_add_epi32(step2[15], step2[12]); in highbd_idct32_4x32_quarter_2_stage_4_to_6()
[all …]

12345678910>>...77