Searched refs:_mm256_hadd_epi32 (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | masked_sad_intrin_avx2.c | 64 res = _mm256_hadd_epi32(res, res); in masked_sad32xh_avx2() 65 res = _mm256_hadd_epi32(res, res); in masked_sad32xh_avx2() 117 res = _mm256_hadd_epi32(res, res); in masked_sad16xh_avx2() 118 res = _mm256_hadd_epi32(res, res); in masked_sad16xh_avx2() 253 res = _mm256_hadd_epi32(res, res); in highbd_masked_sad8xh_avx2() 254 res = _mm256_hadd_epi32(res, res); in highbd_masked_sad8xh_avx2() 311 res = _mm256_hadd_epi32(res, res); in highbd_masked_sad16xh_avx2() 312 res = _mm256_hadd_epi32(res, res); in highbd_masked_sad16xh_avx2()
|
D | obmc_variance_avx2.c | 145 v_d = _mm256_hadd_epi32(v_sum_d, v_sse_d); in obmc_variance_w16n() 146 v_d = _mm256_hadd_epi32(v_d, v_d); in obmc_variance_w16n()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | sad4d_avx2.c | 16 const __m256i t0 = _mm256_hadd_epi32(sums[0], sums[1]); in calc_final() 17 const __m256i t1 = _mm256_hadd_epi32(sums[2], sums[3]); in calc_final() 18 const __m256i t2 = _mm256_hadd_epi32(t0, t1); in calc_final()
|
/external/libaom/libaom/av1/common/x86/ |
D | cfl_avx2.c | 380 a = _mm256_hadd_epi32(a, a); in fill_sum_epi32() 385 a = _mm256_hadd_epi32(a, a); in fill_sum_epi32() 388 return _mm256_hadd_epi32(a, a); in fill_sum_epi32()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | rdopt_avx2.c | 87 const __m256i hadd_xy_xz = _mm256_hadd_epi32(xy_sum_32, xz_sum_32); in av1_get_horver_correlation_full_avx2() 94 const __m256i hadd_x_x2 = _mm256_hadd_epi32(x_sum_32, x2_sum_32); in av1_get_horver_correlation_full_avx2()
|
/external/clang/test/CodeGen/ |
D | avx2-builtins.c | 399 return _mm256_hadd_epi32(a, b); in test_mm256_hadd_epi32()
|
/external/clang/lib/Headers/ |
D | avx2intrin.h | 241 _mm256_hadd_epi32(__m256i __a, __m256i __b) in _mm256_hadd_epi32() function
|