Searched refs:_mm256_srli_epi16 (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | loopfilter_avx2.c | 619 res_p = _mm256_srli_epi16( in vpx_lpf_horizontal_16_dual_avx2() 625 res_q = _mm256_srli_epi16( in vpx_lpf_horizontal_16_dual_avx2() 632 _mm256_srli_epi16(_mm256_add_epi16(pixetFilter_p2p1p0, in vpx_lpf_horizontal_16_dual_avx2() 640 _mm256_srli_epi16(_mm256_add_epi16(pixetFilter_p2p1p0, in vpx_lpf_horizontal_16_dual_avx2() 659 res_p = _mm256_srli_epi16( in vpx_lpf_horizontal_16_dual_avx2() 665 res_q = _mm256_srli_epi16( in vpx_lpf_horizontal_16_dual_avx2() 676 _mm256_srli_epi16(_mm256_add_epi16(pixetFilter_p2p1p0, in vpx_lpf_horizontal_16_dual_avx2() 684 _mm256_srli_epi16(_mm256_add_epi16(pixetFilter_q2q1q0, in vpx_lpf_horizontal_16_dual_avx2() 703 res_p = _mm256_srli_epi16( in vpx_lpf_horizontal_16_dual_avx2() 709 res_q = _mm256_srli_epi16( in vpx_lpf_horizontal_16_dual_avx2() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_quantize_avx2.c | 192 dq = _mm256_srli_epi16(dq, 1); in quantize_32x32() 267 ql = _mm256_srli_epi16(ql, 14); in quantize_64x64() 270 const __m256i dql = _mm256_srli_epi16(_mm256_mullo_epi16(q, qp[2]), 2); in quantize_64x64()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | synonyms_avx2.h | 76 const __m256i v_s_w = _mm256_srli_epi16(v_val_w, bits - 1); in yy_roundn_epu16()
|
D | blend_a64_mask_avx2.c | 137 const __m256i m0 = _mm256_srli_epi16(_mm256_add_epi16(m0_acbd, two_w), 2); in lowbd_blend_a64_d16_mask_subw1_subh1_w16_avx2() 167 const __m256i m0 = _mm256_srli_epi16(_mm256_add_epi16(m0_acbd, two_w), 2); in lowbd_blend_a64_d16_mask_subw1_subh1_w32_avx2() 168 const __m256i m1 = _mm256_srli_epi16(_mm256_add_epi16(m1_acbd, two_w), 2); in lowbd_blend_a64_d16_mask_subw1_subh1_w32_avx2() 1008 _mm256_srli_epi16(_mm256_add_epi16(adjacent, two_w), 2); in highbd_blend_a64_d16_mask_subw1_subh1_w4_avx2() 1140 _mm256_srli_epi16(_mm256_add_epi16(m0123, two_w), 2); in highbd_blend_a64_d16_mask_subw1_subh1_w8_avx2() 1148 _mm256_srli_epi16(_mm256_add_epi16(m4567, two_w), 2); in highbd_blend_a64_d16_mask_subw1_subh1_w8_avx2() 1280 const __m256i mask0a = _mm256_srli_epi16(_mm256_add_epi16(m01, two_w), 2); in highbd_blend_a64_d16_mask_subw1_subh1_w16_avx2() 1281 const __m256i mask0b = _mm256_srli_epi16(_mm256_add_epi16(m23, two_w), 2); in highbd_blend_a64_d16_mask_subw1_subh1_w16_avx2()
|
D | intrapred_avx2.c | 2075 res = _mm256_srli_epi16(res, 5); in highbd_dr_prediction_z2_Nx8_avx2() 2397 resx = _mm256_srli_epi16(res, 5); // 16 16-bit values in highbd_dr_prediction_z2_HxW_avx2() 2410 _mm256_srli_epi16(min_base_y256, 1)); in highbd_dr_prediction_z2_HxW_avx2() 2433 shifty = _mm256_srli_epi16(_mm256_and_si256(y_c256, c3f), 1); in highbd_dr_prediction_z2_HxW_avx2() 2441 resy = _mm256_srli_epi16(res, 5); in highbd_dr_prediction_z2_HxW_avx2() 3064 shift = _mm256_srli_epi16( in dr_prediction_z1_4xN_internal_avx2() 3069 shift = _mm256_srli_epi16(_mm256_and_si256(_mm256_set1_epi16(x), c3f), 1); in dr_prediction_z1_4xN_internal_avx2() 3080 res = _mm256_srli_epi16(res, 5); in dr_prediction_z1_4xN_internal_avx2() 3807 res = _mm256_srli_epi16(res, 5); in dr_prediction_z2_Nx8_avx2() 3927 res = _mm256_srli_epi16(res, 5); // 16 16-bit values in dr_prediction_z2_HxW_avx2() [all …]
|
/external/libaom/libaom/av1/common/x86/ |
D | reconinter_avx2.c | 26 _mm256_add_epi16(mask_base, _mm256_srli_epi16(diff, 4))); in calc_mask_avx2() 147 _mm256_srli_epi16(_mm256_adds_epu16(diff, *round_const), round); in calc_mask_d16_avx2() 148 const __m256i diff_factor = _mm256_srli_epi16(diff_round, DIFF_FACTOR_LOG2); in calc_mask_d16_avx2() 164 _mm256_srli_epi16(_mm256_adds_epu16(diff, *round_const), round); in calc_mask_d16_inv_avx2() 165 const __m256i diff_factor = _mm256_srli_epi16(diff_round, DIFF_FACTOR_LOG2); in calc_mask_d16_inv_avx2()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_x86.h | 685 _mm256_and_si256(_mm256_set1_epi8(0xff >> (c)), _mm256_srli_epi16(a, c)) 690 #define v256_shr_n_u16(a, c) _mm256_srli_epi16(a, c)
|
/external/clang/test/CodeGen/ |
D | avx2-builtins.c | 1075 return _mm256_srli_epi16(a, 3); in test_mm256_srli_epi16()
|
/external/clang/lib/Headers/ |
D | avx2intrin.h | 695 _mm256_srli_epi16(__m256i __a, int __count) in _mm256_srli_epi16() function
|