Home
last modified time | relevance | path

Searched refs:_mm256_max_epi16 (Results 1 – 14 of 14) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dav1_highbd_quantize_avx2.c128 eob = _mm256_max_epi16(eob, eob_s); in av1_highbd_quantize_fp_avx2()
130 eob = _mm256_max_epi16(eob, eob_s); in av1_highbd_quantize_fp_avx2()
132 eob = _mm256_max_epi16(eob, eob_s); in av1_highbd_quantize_fp_avx2()
Dav1_quantize_avx2.c128 *eob = _mm256_max_epi16(*eob, cur_eob); in quantize()
204 *eob = _mm256_max_epi16(*eob, cur_eob); in quantize_32x32()
283 *eob = _mm256_max_epi16(*eob, cur_eob); in quantize_64x64()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_avx2.c151 eob = _mm256_max_epi16(eob, eob_s); in aom_highbd_quantize_b_avx2()
153 eob = _mm256_max_epi16(eob, eob_s); in aom_highbd_quantize_b_avx2()
155 eob = _mm256_max_epi16(eob, eob_s); in aom_highbd_quantize_b_avx2()
Dhighbd_convolve_avx2.c225 res_16bit = _mm256_max_epi16(res_16bit, zero); in av1_highbd_convolve_y_sr_avx2()
234 res_a_round = _mm256_max_epi16(res_a_round, zero); in av1_highbd_convolve_y_sr_avx2()
243 res_a_round = _mm256_max_epi16(res_a_round, zero); in av1_highbd_convolve_y_sr_avx2()
339 res = _mm256_max_epi16(res, zero); in av1_highbd_convolve_x_sr_avx2()
604 res = _mm256_max_epi16(res, zero); in aom_highbd_filter_block1d4_h4_avx2()
630 res = _mm256_max_epi16(res, zero); in aom_highbd_filter_block1d4_h4_avx2()
691 res = _mm256_max_epi16(res, zero); in aom_highbd_filter_block1d8_h4_avx2()
718 res = _mm256_max_epi16(res, zero); in aom_highbd_filter_block1d8_h4_avx2()
1179 res_16bit = _mm256_max_epi16(res_16bit, zero); in aom_highbd_filter_block1d8_v4_avx2()
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_convolve_2d_avx2.c151 res_16bit = _mm256_max_epi16(res_16bit, zero); in av1_highbd_convolve_2d_sr_avx2()
160 res_a_round = _mm256_max_epi16(res_a_round, zero); in av1_highbd_convolve_2d_sr_avx2()
169 res_a_round = _mm256_max_epi16(res_a_round, zero); in av1_highbd_convolve_2d_sr_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()
238 _mm256_max_epi16(res_16bit, clamp_low), clamp_high); in av1_highbd_wiener_convolve_add_src_avx2()
Dreconinter_avx2.c544 _mm256_max_epi16(y0, _mm256_add_epi16(diff, ymask_base)), in av1_build_compound_diffwtd_mask_highbd_avx2()
564 _mm256_max_epi16(y0, _mm256_add_epi16(diff, ymask_base)), in av1_build_compound_diffwtd_mask_highbd_avx2()
586 _mm256_max_epi16(y0, _mm256_add_epi16(diff, ymask_base)), in av1_build_compound_diffwtd_mask_highbd_avx2()
606 _mm256_max_epi16(y0, _mm256_add_epi16(diff, ymask_base)), in av1_build_compound_diffwtd_mask_highbd_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()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c126 eob256 = _mm256_max_epi16( in vp9_quantize_fp_avx2()
/external/clang/test/CodeGen/
Davx2-builtins.c735 return _mm256_max_epi16(a, b); in test_mm256_max_epi16()
/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_x86.h558 SIMD_INLINE v256 v256_max_s16(v256 a, v256 b) { return _mm256_max_epi16(a, b); } in v256_max_s16()
/external/clang/lib/Headers/
Davx2intrin.h289 _mm256_max_epi16(__m256i __a, __m256i __b) in _mm256_max_epi16() function