Home
last modified time | relevance | path

Searched refs:_mm256_min_epi16 (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_avx2.c224 res_16bit = _mm256_min_epi16(res_16bit, clip_pixel); in av1_highbd_convolve_y_sr_avx2()
233 res_a_round = _mm256_min_epi16(res_a_round, clip_pixel); in av1_highbd_convolve_y_sr_avx2()
242 res_a_round = _mm256_min_epi16(res_a_round, clip_pixel); in av1_highbd_convolve_y_sr_avx2()
338 res = _mm256_min_epi16(res, clip_pixel); in av1_highbd_convolve_x_sr_avx2()
506 a = _mm256_min_epi16(a, *mask); in store_8x2_pixels()
514 a = _mm256_min_epi16(a, *mask); in store_16x1_pixels()
603 res = _mm256_min_epi16(res, clip_pixel); in aom_highbd_filter_block1d4_h4_avx2()
629 res = _mm256_min_epi16(res, clip_pixel); in aom_highbd_filter_block1d4_h4_avx2()
690 res = _mm256_min_epi16(res, clip_pixel); in aom_highbd_filter_block1d8_h4_avx2()
717 res = _mm256_min_epi16(res, clip_pixel); in aom_highbd_filter_block1d8_h4_avx2()
[all …]
Dblend_a64_mask_avx2.c947 _mm256_min_epi16(_mm256_max_epi16(pack, *clip_low), *clip_high); in highbd_blend_a64_d16_mask_w4_avx2()
1084 _mm256_min_epi16(_mm256_max_epi16(packa, *clip_low), *clip_high); in highbd_blend_a64_d16_mask_w8_avx2()
1087 _mm256_min_epi16(_mm256_max_epi16(packb, *clip_low), *clip_high); in highbd_blend_a64_d16_mask_w8_avx2()
1222 _mm256_min_epi16(_mm256_max_epi16(packa, *clip_low), *clip_high); in highbd_blend_a64_d16_mask_w16_avx2()
1224 _mm256_min_epi16(_mm256_max_epi16(packb, *clip_low), *clip_high); in highbd_blend_a64_d16_mask_w16_avx2()
/external/libaom/libaom/av1/common/x86/
Dhighbd_jnt_convolve_avx2.c100 const __m256i res_clip = _mm256_min_epi16(res_16b, clip_pixel_to_bd); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
150 _mm256_min_epi16(res_16b, clip_pixel_to_bd); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
207 _mm256_min_epi16(res_16b, clip_pixel_to_bd); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
382 _mm256_min_epi16(res_16b, clip_pixel_to_bd); in av1_highbd_dist_wtd_convolve_2d_avx2()
435 _mm256_min_epi16(res_16b, clip_pixel_to_bd); in av1_highbd_dist_wtd_convolve_2d_avx2()
566 const __m256i res_clip = _mm256_min_epi16(res_16b, clip_pixel_to_bd); in av1_highbd_dist_wtd_convolve_x_avx2()
613 const __m256i res_clip = _mm256_min_epi16(res_16b, clip_pixel_to_bd); in av1_highbd_dist_wtd_convolve_x_avx2()
776 _mm256_min_epi16(res_16b, clip_pixel_to_bd); in av1_highbd_dist_wtd_convolve_y_avx2()
830 _mm256_min_epi16(res_16b, clip_pixel_to_bd); in av1_highbd_dist_wtd_convolve_y_avx2()
Dhighbd_convolve_2d_avx2.c150 res_16bit = _mm256_min_epi16(res_16bit, clip_pixel); in av1_highbd_convolve_2d_sr_avx2()
159 res_a_round = _mm256_min_epi16(res_a_round, clip_pixel); in av1_highbd_convolve_2d_sr_avx2()
168 res_a_round = _mm256_min_epi16(res_a_round, clip_pixel); in av1_highbd_convolve_2d_sr_avx2()
Dreconinter_avx2.c150 const __m256i diff_clamp = _mm256_min_epi16(diff_mask, *clip_diff); in calc_mask_d16_avx2()
167 const __m256i diff_clamp = _mm256_min_epi16(diff_mask, *clip_diff); in calc_mask_d16_inv_avx2()
543 __m256i m = _mm256_min_epi16( in av1_build_compound_diffwtd_mask_highbd_avx2()
563 __m256i m = _mm256_min_epi16( in av1_build_compound_diffwtd_mask_highbd_avx2()
585 __m256i m = _mm256_min_epi16( in av1_build_compound_diffwtd_mask_highbd_avx2()
605 __m256i m = _mm256_min_epi16( in av1_build_compound_diffwtd_mask_highbd_avx2()
Dhighbd_wiener_convolve_avx2.c132 _mm256_min_epi16(_mm256_max_epi16(res, clamp_low), clamp_high_ep); in av1_highbd_wiener_convolve_add_src_avx2()
237 const __m256i res_16bit_clamped = _mm256_min_epi16( in av1_highbd_wiener_convolve_add_src_avx2()
Dwiener_convolve_avx2.c140 _mm256_min_epi16(_mm256_max_epi16(res, clamp_low), clamp_high); in av1_wiener_convolve_add_src_avx2()
Dcfl_avx2.c310 return _mm256_max_epi16(_mm256_min_epi16(u, max), zero); in highbd_clamp_epi16()
Dselfguided_avx2.c708 const __m256i res = _mm256_min_epi16(tmp2, max); in apply_selfguided_restoration_avx2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_convolve_avx2.c327 a = _mm256_min_epi16(a, *mask); in store_8x2_pixels()
335 a = _mm256_min_epi16(a, *mask); in store_16x1_pixels()
684 __m256i p = _mm256_min_epi16(*y0, *mask); in store_16x2_pixels()
686 p = _mm256_min_epi16(*y1, *mask); in store_16x2_pixels()
839 a = _mm256_min_epi16(a, *mask); in store_8x2_avg_pixels()
849 a = _mm256_min_epi16(a, *mask); in store_16x1_avg_pixels()
859 __m256i p = _mm256_min_epi16(*y0, *mask); in store_16x2_avg_pixels()
863 p = _mm256_min_epi16(*y1, *mask); in store_16x2_avg_pixels()
984 res_reg = _mm256_min_epi16(res_reg, reg_max); in vpx_highbd_filter_block1d4_h4_avx2()
1008 res_reg = _mm256_min_epi16(res_reg, reg_max); in vpx_highbd_filter_block1d4_h4_avx2()
[all …]
/external/clang/test/CodeGen/
Davx2-builtins.c777 return _mm256_min_epi16(a, b); in test_mm256_min_epi16()
/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_x86.h556 SIMD_INLINE v256 v256_min_s16(v256 a, v256 b) { return _mm256_min_epi16(a, b); } in v256_min_s16()
/external/clang/lib/Headers/
Davx2intrin.h325 _mm256_min_epi16(__m256i __a, __m256i __b) in _mm256_min_epi16() function