Searched refs:_mm256_abs_epi16 (Results 1 – 13 of 13) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | sad_highbd_avx2.c | 63 u0 = _mm256_abs_epi16(u0); in aom_highbd_sad16x8_avx2() 64 u1 = _mm256_abs_epi16(u1); in aom_highbd_sad16x8_avx2() 65 u2 = _mm256_abs_epi16(u2); in aom_highbd_sad16x8_avx2() 66 u3 = _mm256_abs_epi16(u3); in aom_highbd_sad16x8_avx2() 90 u0 = _mm256_abs_epi16(u0); in aom_highbd_sad16x8_avx2() 91 u1 = _mm256_abs_epi16(u1); in aom_highbd_sad16x8_avx2() 92 u2 = _mm256_abs_epi16(u2); in aom_highbd_sad16x8_avx2() 93 u3 = _mm256_abs_epi16(u3); in aom_highbd_sad16x8_avx2() 139 u0 = _mm256_abs_epi16(u0); in aom_highbd_sad16x16_avx2() 140 u1 = _mm256_abs_epi16(u1); in aom_highbd_sad16x16_avx2() [all …]
|
D | masked_sad_intrin_avx2.c | 244 const __m256i diff = _mm256_abs_epi16(_mm256_sub_epi16(pred, src)); in highbd_masked_sad8xh_avx2() 301 const __m256i diff = _mm256_abs_epi16(_mm256_sub_epi16(pred, src)); in highbd_masked_sad16xh_avx2()
|
D | avg_intrin_avx2.c | 234 const __m256i abs = _mm256_abs_epi16(src_line); in aom_satd_avx2()
|
D | intrapred_avx2.c | 670 __m256i pl = _mm256_abs_epi16(_mm256_sub_epi16(base, *left)); in paeth_pred() 671 __m256i pt = _mm256_abs_epi16(_mm256_sub_epi16(base, *top)); in paeth_pred() 672 __m256i ptl = _mm256_abs_epi16(_mm256_sub_epi16(base, *topleft)); in paeth_pred()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | encodetxb_avx2.c | 45 const __m256i abs01 = _mm256_abs_epi16(_mm256_packs_epi32(c0, c1)); in av1_txb_init_levels_avx2() 62 const __m256i absAB = _mm256_abs_epi16(coeffAB); in av1_txb_init_levels_avx2() 63 const __m256i absCD = _mm256_abs_epi16(coeffCD); in av1_txb_init_levels_avx2() 89 const __m256i absAB = _mm256_abs_epi16(coeffAB); in av1_txb_init_levels_avx2() 90 const __m256i absCD = _mm256_abs_epi16(coeffCD); in av1_txb_init_levels_avx2() 110 const __m256i absAB = _mm256_abs_epi16(coeffAB); in av1_txb_init_levels_avx2() 111 const __m256i absCD = _mm256_abs_epi16(coeffCD); in av1_txb_init_levels_avx2()
|
D | av1_quantize_avx2.c | 110 const __m256i abs_coeff = _mm256_abs_epi16(*c); in quantize() 182 const __m256i abs_coeff = _mm256_abs_epi16(*c); in quantize_32x32() 257 const __m256i abs_coeff = _mm256_abs_epi16(*c); in quantize_64x64()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_avx2.c | 91 qcoeff256 = _mm256_abs_epi16(coeff256); in vp9_quantize_fp_avx2() 114 __m256i qcoeff256 = _mm256_abs_epi16(coeff256); in vp9_quantize_fp_avx2()
|
/external/libaom/libaom/av1/common/x86/ |
D | reconinter_avx2.c | 24 const __m256i diff = _mm256_abs_epi16(_mm256_sub_epi16(s0, s1)); in calc_mask_avx2() 25 return _mm256_abs_epi16( in calc_mask_avx2() 542 _mm256_abs_epi16(_mm256_sub_epi16(s0, s1)), DIFF_FACTOR_LOG2); in av1_build_compound_diffwtd_mask_highbd_avx2() 562 _mm256_abs_epi16(_mm256_sub_epi16(s0, s1)), DIFF_FACTOR_LOG2); in av1_build_compound_diffwtd_mask_highbd_avx2() 584 _mm256_abs_epi16(_mm256_sub_epi16(s0, s1)), xshift); in av1_build_compound_diffwtd_mask_highbd_avx2() 604 _mm256_abs_epi16(_mm256_sub_epi16(s0, s1)), xshift); in av1_build_compound_diffwtd_mask_highbd_avx2()
|
D | cfl_avx2.c | 247 _mm256_mulhrs_epi16(_mm256_abs_epi16(ac_q3), alpha_q12); in predict_unclipped() 257 const __m256i alpha_q12 = _mm256_slli_epi16(_mm256_abs_epi16(alpha_sign), 9); in cfl_predict_lbd_avx2() 320 const __m256i alpha_q12 = _mm256_slli_epi16(_mm256_abs_epi16(alpha_sign), 9); in cfl_predict_hbd_avx2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | avg_intrin_avx2.c | 444 const __m256i abs = _mm256_abs_epi16(src_line); in vpx_satd_avx2()
|
/external/clang/test/CodeGen/ |
D | avx2-builtins.c | 20 return _mm256_abs_epi16(a); in test_mm256_abs_epi16()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_x86.h | 133 SIMD_INLINE v256 v256_abs_s16(v256 a) { return _mm256_abs_epi16(a); } in v256_abs_s16()
|
/external/clang/lib/Headers/ |
D | avx2intrin.h | 46 _mm256_abs_epi16(__m256i __a) in _mm256_abs_epi16() function
|