Home
last modified time | relevance | path

Searched refs:ww0 (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dlpf_common_sse2.h25 __m128i w0, w1, w2, w3, w4, w5, ww0; in highbd_transpose6x6_sse2() local
38 ww0 = _mm_unpacklo_epi32(w0, w1); // 00 10 20 30 01 11 21 31 in highbd_transpose6x6_sse2()
39 *d0 = _mm_unpacklo_epi64(ww0, w2); // 00 10 20 30 40 50 41 51 in highbd_transpose6x6_sse2()
40 *d1 = _mm_unpackhi_epi64(ww0, in highbd_transpose6x6_sse2()
43 ww0 = _mm_unpackhi_epi32(w0, w1); // 02 12 22 32 03 13 23 33 in highbd_transpose6x6_sse2()
44 *d2 = _mm_unpacklo_epi64(ww0, in highbd_transpose6x6_sse2()
51 *d3 = _mm_unpackhi_epi64(ww0, _mm_srli_si128(w2, 4)); // 03 13 23 33 43 53 in highbd_transpose6x6_sse2()
53 ww0 = _mm_unpacklo_epi32(w3, w4); // 04 14 24 34 05 15 25 35 in highbd_transpose6x6_sse2()
54 *d4 = _mm_unpacklo_epi64(ww0, w5); // 04 14 24 34 44 54 45 55 in highbd_transpose6x6_sse2()
55 *d5 = _mm_unpackhi_epi64(ww0, in highbd_transpose6x6_sse2()
[all …]
Dintrapred_avx2.c112 __m256i w0, w1, w2, w3, ww0, ww1; in highbd_transpose4x16_avx2() local
119 ww0 = _mm256_unpacklo_epi32(w0, w1); // 00 10 20 30 01 11 21 31 in highbd_transpose4x16_avx2()
122 d[0] = _mm256_unpacklo_epi64(ww0, ww1); // 00 10 20 30 40 50 60 70 in highbd_transpose4x16_avx2()
123 d[1] = _mm256_unpackhi_epi64(ww0, ww1); // 01 11 21 31 41 51 61 71 in highbd_transpose4x16_avx2()
125 ww0 = _mm256_unpackhi_epi32(w0, w1); // 02 12 22 32 03 13 23 33 in highbd_transpose4x16_avx2()
128 d[2] = _mm256_unpacklo_epi64(ww0, ww1); // 02 12 22 32 42 52 62 72 in highbd_transpose4x16_avx2()
129 d[3] = _mm256_unpackhi_epi64(ww0, ww1); // 03 13 23 33 43 53 63 73 in highbd_transpose4x16_avx2()
133 __m256i w0, w1, w2, w3, ww0, ww1; in highbd_transpose8x16_16x8_avx2() local
140 ww0 = _mm256_unpacklo_epi32(w0, w1); // 00 10 20 30 01 11 21 31 in highbd_transpose8x16_16x8_avx2()
143 d[0] = _mm256_unpacklo_epi64(ww0, ww1); // 00 10 20 30 40 50 60 70 in highbd_transpose8x16_16x8_avx2()
[all …]
Dloopfilter_sse2.c34 __m128i w0, w1, ww0, ww1, w2, w3, ww2, ww3; in transpose_pq_14_sse2() local
44 ww0 = _mm_unpacklo_epi16( in transpose_pq_14_sse2()
55 ww0, in transpose_pq_14_sse2()
59 _mm_slli_si128(ww0, 4), in transpose_pq_14_sse2()
62 ww0, in transpose_pq_14_sse2()
66 _mm_srli_si128(ww0, 12), in transpose_pq_14_sse2()
/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm_avx2.h23 const __m256i ww0 = _mm256_set1_epi32(w0); in btf_32_avx2_type0() local
25 const __m256i in0_w0 = _mm256_mullo_epi32(_in0, ww0); in btf_32_avx2_type0()
31 const __m256i in1_w0 = _mm256_mullo_epi32(_in1, ww0); in btf_32_avx2_type0()
42 const __m256i ww0 = _mm256_set1_epi32(w0); in btf_32_avx2_type1() local
44 const __m256i in0_w0 = _mm256_mullo_epi32(_in0, ww0); in btf_32_avx2_type1()
50 const __m256i in1_w0 = _mm256_mullo_epi32(_in1, ww0); in btf_32_avx2_type1()
58 static INLINE void btf_32_avx2_type0_new(const __m256i ww0, const __m256i ww1, in btf_32_avx2_type0_new() argument
64 const __m256i in0_w0 = _mm256_mullo_epi32(_in0, ww0); in btf_32_avx2_type0_new()
70 const __m256i in1_w0 = _mm256_mullo_epi32(_in1, ww0); in btf_32_avx2_type0_new()
78 static INLINE void btf_32_avx2_type1_new(const __m256i ww0, const __m256i ww1, in btf_32_avx2_type1_new() argument
[all …]
Dav1_txfm1d_sse4.h98 const __m128i ww0 = _mm_set1_epi32(w0); \
100 const __m128i in0_w0 = _mm_mullo_epi32(in0, ww0); \
105 const __m128i in1_w0 = _mm_mullo_epi32(in1, ww0); \
119 #define btf_32_type0_sse4_1_new(ww0, ww1, in0, in1, out0, out1, r, bit) \ argument
121 const __m128i in0_w0 = _mm_mullo_epi32(in0, ww0); \
127 const __m128i in1_w0 = _mm_mullo_epi32(in1, ww0); \
135 #define btf_32_type1_sse4_1_new(ww0, ww1, in0, in1, out0, out1, r, bit) \ argument
137 btf_32_type0_sse4_1_new(ww1, ww0, in1, in0, out0, out1, r, bit); \
Dhighbd_fwd_txfm_avx2.c227 const __m256i ww0 = _mm256_set1_epi32(w0); \
229 const __m256i in0_w0 = _mm256_mullo_epi32(in0, ww0); \
234 const __m256i in1_w0 = _mm256_mullo_epi32(in1, ww0); \
239 #define btf_32_type0_avx2_new(ww0, ww1, in0, in1, out0, out1, r, bit) \ argument
241 const __m256i in0_w0 = _mm256_mullo_epi32(in0, ww0); \
247 const __m256i in1_w0 = _mm256_mullo_epi32(in1, ww0); \
/external/libyuv/files/util/
Dssim.cc252 const __m128i ww0 = _mm_mullo_epi16(w0, (WEIGHT).values_.m_); \ in GetSSIMFullKernel()
254 x = _mm_add_epi32(x, _mm_unpacklo_epi16(ww0, zero)); \ in GetSSIMFullKernel()
256 x = _mm_add_epi32(x, _mm_unpackhi_epi16(ww0, zero)); \ in GetSSIMFullKernel()
258 xx = _mm_add_epi32(xx, _mm_madd_epi16(ww0, w0)); \ in GetSSIMFullKernel()
259 xy = _mm_add_epi32(xy, _mm_madd_epi16(ww0, w1)); \ in GetSSIMFullKernel()
/external/ImageMagick/PerlMagick/t/reference/write/composite/
DCopyBlue.miff41 …�wwH�wwQ�wws�ww|�wwZ�ww-�ww#�ww*�ww0�ww,�ww/�ww/�ww*�ww1�ww4�ww3�wwL�wwB�ww$�ww0�ww:�ww?�ww:�ww8�w…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D0d9948fc0ff4aedd4b2ffbf5290e2ffb.0002addd.honggfuzz.cov777 …*�"m�/2��o<�a��,�JAH��L���a8�1<i��-r���U�a��q>�dԒ��t��"�����{'p�ww0��T+|�����%,���Z�k�…
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_012.ppm2191 …`]ld`]TQbXWk`_k`awmn�~���������}~7/0# B8<i`dk`]g]Ym``naaaV[ZOTE<?���}ww0**������.-)LKHxwt…