Home
last modified time | relevance | path

Searched refs:_mm_avg_epu16 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Renderer/
DSurface.cpp4119 c0 = _mm_avg_epu16(c0, c1); in resolve()
4139 c0 = _mm_avg_epu16(c0, c1); in resolve()
4140 c2 = _mm_avg_epu16(c2, c3); in resolve()
4141 c0 = _mm_avg_epu16(c0, c2); in resolve()
4167 c0 = _mm_avg_epu16(c0, c1); in resolve()
4168 c2 = _mm_avg_epu16(c2, c3); in resolve()
4169 c4 = _mm_avg_epu16(c4, c5); in resolve()
4170 c6 = _mm_avg_epu16(c6, c7); in resolve()
4171 c0 = _mm_avg_epu16(c0, c2); in resolve()
4172 c4 = _mm_avg_epu16(c4, c6); in resolve()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_convolve_avx2.c168 _mm_storeu_si128((__m128i *)dst, _mm_avg_epu16(p0, u0)); in vpx_highbd_convolve_avg_avx2()
169 _mm_storeu_si128((__m128i *)(dst + dst_stride), _mm_avg_epu16(p1, u1)); in vpx_highbd_convolve_avg_avx2()
182 _mm_storel_epi64((__m128i *)dst, _mm_avg_epu16(u0, p0)); in vpx_highbd_convolve_avg_avx2()
183 _mm_storel_epi64((__m128i *)(dst + dst_stride), _mm_avg_epu16(u1, p1)); in vpx_highbd_convolve_avg_avx2()
824 res = _mm_avg_epu16(res, pix); in store_8x1_avg_pixels()
872 res = _mm_avg_epu16(res, pix); in store_8x1_2t_avg_pixels_ver()
/external/libavc/common/x86/
Dih264_luma_intra_pred_filters_ssse3.c1327 res3_8x16 = _mm_avg_epu16(a0_8x16, a1_8x16); in ih264_intra_pred_luma_8x8_mode_vert_r_ssse3()
1429 res1_8x16 = _mm_avg_epu16(a0_8x16, a1_8x16); in ih264_intra_pred_luma_8x8_mode_horz_d_ssse3()
1530 res1_8x16 = _mm_avg_epu16(a0_8x16, a1_8x16); in ih264_intra_pred_luma_8x8_mode_vert_l_ssse3()
1542 res3_8x16 = _mm_avg_epu16(a0_8x16, a1_8x16); in ih264_intra_pred_luma_8x8_mode_vert_l_ssse3()
1633 res1_8x16 = _mm_avg_epu16(a0_8x16, a1_8x16); in ih264_intra_pred_luma_8x8_mode_horz_u_ssse3()
Dih264_deblk_luma_ssse3.c1340 temp1 = _mm_avg_epu16(_mm_unpacklo_epi8(q0_16x8, zero), in ih264_deblk_luma_horz_bslt4_ssse3()
1348 temp1 = _mm_avg_epu16(_mm_unpackhi_epi8(q0_16x8, zero), in ih264_deblk_luma_horz_bslt4_ssse3()
1375 temp1 = _mm_avg_epu16(_mm_unpacklo_epi8(q0_16x8, zero), in ih264_deblk_luma_horz_bslt4_ssse3()
1383 temp1 = _mm_avg_epu16(_mm_unpackhi_epi8(q0_16x8, zero), in ih264_deblk_luma_horz_bslt4_ssse3()
1939 temp1 = _mm_avg_epu16(_mm_unpacklo_epi8(q0_16x8, zero), in ih264_deblk_luma_vert_bslt4_mbaff_ssse3()
1962 temp1 = _mm_avg_epu16(_mm_unpacklo_epi8(q0_16x8, zero), in ih264_deblk_luma_vert_bslt4_mbaff_ssse3()
/external/clang/test/CodeGen/
Dsse2-builtins.c109 return _mm_avg_epu16(A, B); in test_mm_avg_epu16()
/external/clang/lib/Headers/
Demmintrin.h713 _mm_avg_epu16(__m128i __a, __m128i __b) in _mm_avg_epu16() function