Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_avx2.c109 src32[0] = _mm256_cvtepi16_epi32(src16[0]); in vpx_highbd_hadamard_8x8_avx2()
110 src32[1] = _mm256_cvtepi16_epi32(src16[1]); in vpx_highbd_hadamard_8x8_avx2()
111 src32[2] = _mm256_cvtepi16_epi32(src16[2]); in vpx_highbd_hadamard_8x8_avx2()
112 src32[3] = _mm256_cvtepi16_epi32(src16[3]); in vpx_highbd_hadamard_8x8_avx2()
113 src32[4] = _mm256_cvtepi16_epi32(src16[4]); in vpx_highbd_hadamard_8x8_avx2()
114 src32[5] = _mm256_cvtepi16_epi32(src16[5]); in vpx_highbd_hadamard_8x8_avx2()
115 src32[6] = _mm256_cvtepi16_epi32(src16[6]); in vpx_highbd_hadamard_8x8_avx2()
116 src32[7] = _mm256_cvtepi16_epi32(src16[7]); in vpx_highbd_hadamard_8x8_avx2()
Dvariance_avx2.c95 const __m256i sum_lo = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(sum)); in sum_to_32bit_avx2()
97 _mm256_cvtepi16_epi32(_mm256_extractf128_si256(sum, 1)); in sum_to_32bit_avx2()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_variance_avx2.c42 __m256i v_sum00 = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(v_sum_d)); in aom_highbd_calc8x8var_avx2()
43 __m256i v_sum01 = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(v_sum_d, 1)); in aom_highbd_calc8x8var_avx2()
Dvariance_avx2.c86 const __m256i sum_lo = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(sum)); in sum_to_32bit_avx2()
88 _mm256_cvtepi16_epi32(_mm256_extractf128_si256(sum, 1)); in sum_to_32bit_avx2()
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_fwd_txfm_avx2.c48 out[0] = _mm256_cvtepi16_epi32(out1[0]); in av1_load_buffer_8x8_avx2()
49 out[1] = _mm256_cvtepi16_epi32(out1[1]); in av1_load_buffer_8x8_avx2()
50 out[2] = _mm256_cvtepi16_epi32(out1[2]); in av1_load_buffer_8x8_avx2()
51 out[3] = _mm256_cvtepi16_epi32(out1[3]); in av1_load_buffer_8x8_avx2()
52 out[4] = _mm256_cvtepi16_epi32(out1[4]); in av1_load_buffer_8x8_avx2()
53 out[5] = _mm256_cvtepi16_epi32(out1[5]); in av1_load_buffer_8x8_avx2()
54 out[6] = _mm256_cvtepi16_epi32(out1[6]); in av1_load_buffer_8x8_avx2()
55 out[7] = _mm256_cvtepi16_epi32(out1[7]); in av1_load_buffer_8x8_avx2()
58 out[0] = _mm256_cvtepi16_epi32(mm_reverse_epi16(out1[0])); in av1_load_buffer_8x8_avx2()
59 out[1] = _mm256_cvtepi16_epi32(mm_reverse_epi16(out1[1])); in av1_load_buffer_8x8_avx2()
[all …]
Dav1_fwd_txfm2d_avx2.c1470 _mm256_cvtepi16_epi32(_mm256_castsi256_si128(in[i]))); in store_buffer_16bit_to_32bit_w16_avx2()
1473 _mm256_cvtepi16_epi32(_mm256_extracti128_si256(in[i], 1))); in store_buffer_16bit_to_32bit_w16_avx2()
1702 bufA[j] = _mm256_cvtepi16_epi32(buf[j * 2]); in lowbd_fwd_txfm2d_64x64_avx2()
1703 bufB[j] = _mm256_cvtepi16_epi32(buf[j * 2 + 1]); in lowbd_fwd_txfm2d_64x64_avx2()
1841 bufA[j] = _mm256_cvtepi16_epi32(buf[j * 2]); in lowbd_fwd_txfm2d_64x32_avx2()
1842 bufB[j] = _mm256_cvtepi16_epi32(buf[j * 2 + 1]); in lowbd_fwd_txfm2d_64x32_avx2()
1891 bufA[j] = _mm256_cvtepi16_epi32(buf[j * 2]); in lowbd_fwd_txfm2d_32x64_avx2()
1892 bufB[j] = _mm256_cvtepi16_epi32(buf[j * 2 + 1]); in lowbd_fwd_txfm2d_32x64_avx2()
/external/clang/test/CodeGen/
Davx2-builtins.c316 return _mm256_cvtepi16_epi32(a); in test_mm256_cvtepi16_epi32()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_types.h444 … return _mm256_castsi256_ps(_mm256_cvtepi16_epi32(_mm_castps_si128(_mm256_castps256_ps128(in))));
/external/clang/lib/Headers/
Davx2intrin.h385 _mm256_cvtepi16_epi32(__m128i __V) in _mm256_cvtepi16_epi32() function
/external/libaom/libaom/av1/common/x86/
Dhighbd_inv_txfm_avx2.c53 __m256i x0 = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(pred)); in highbd_get_recon_16x8_avx2()
54 __m256i x1 = _mm256_cvtepi16_epi32(_mm256_extractf128_si256(pred, 1)); in highbd_get_recon_16x8_avx2()
94 __m256i v = _mm256_cvtepi16_epi32(temp); in highbd_write_buffer_8xn_avx2()