Home
last modified time | relevance | path

Searched refs:v_res_w (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dblend_sse4.h36 const __m128i v_res_w = xx_roundn_epu16(v_sum_w, AOM_BLEND_A64_ROUND_BITS); in blend_4() local
38 return v_res_w; in blend_4()
53 const __m128i v_res_w = xx_roundn_epu16(v_sum_w, AOM_BLEND_A64_ROUND_BITS); in blend_8() local
55 return v_res_w; in blend_8()
67 const __m128i v_res_w = _mm_mulhrs_epi16(v_p0_w, *rounding); in blend_4_u8() local
68 const __m128i v_res = _mm_packus_epi16(v_res_w, v_res_w); in blend_4_u8()
81 const __m128i v_res_w = _mm_mulhrs_epi16(v_p0_w, *rounding); in blend_8_u8() local
82 const __m128i v_res = _mm_packus_epi16(v_res_w, v_res_w); in blend_8_u8()
116 const __m128i v_res_w = xx_roundn_epu16(v_sum_w, AOM_BLEND_A64_ROUND_BITS); in blend_4_b10() local
118 return v_res_w; in blend_4_b10()
[all …]
Dblend_a64_vmask_sse4.c42 const __m128i v_res_w = blend_4(src0, src1, &v_m0_w, &v_m1_w); in blend_a64_vmask_w4_sse4_1() local
44 const __m128i v_res_b = _mm_packus_epi16(v_res_w, v_res_w); in blend_a64_vmask_w4_sse4_1()
67 const __m128i v_res_w = blend_8(src0, src1, &v_m0_w, &v_m1_w); in blend_a64_vmask_w8_sse4_1() local
69 const __m128i v_res_b = _mm_packus_epi16(v_res_w, v_res_w); in blend_a64_vmask_w8_sse4_1()
160 const __m128i v_res_w = blend(src0, src1, v_m0_w, v_m1_w); in blend_a64_vmask_bn_w4_sse4_1() local
162 xx_storel_64(dst, v_res_w); in blend_a64_vmask_bn_w4_sse4_1()
204 const __m128i v_res_w = blend(src0 + c, src1 + c, v_m0_w, v_m1_w); in blend_a64_vmask_bn_w8n_sse4_1() local
206 xx_storeu_128(dst + c, v_res_w); in blend_a64_vmask_bn_w8n_sse4_1()
Dblend_a64_mask_sse4.c441 const __m128i v_res_w = blend(src0, src1, v_m0_w, v_m1_w); in blend_a64_mask_bn_w4_sse4_1() local
443 xx_storel_64(dst, v_res_w); in blend_a64_mask_bn_w4_sse4_1()
484 const __m128i v_res_w = blend(src0 + c, src1 + c, v_m0_w, v_m1_w); in blend_a64_mask_bn_w8n_sse4_1() local
486 xx_storeu_128(dst + c, v_res_w); in blend_a64_mask_bn_w8n_sse4_1()
532 const __m128i v_res_w = blend(src0, src1, v_m0_w, v_m1_w); in blend_a64_mask_bn_sx_w4_sse4_1() local
534 xx_storel_64(dst, v_res_w); in blend_a64_mask_bn_sx_w4_sse4_1()
581 const __m128i v_res_w = blend(src0 + c, src1 + c, v_m0_w, v_m1_w); in blend_a64_mask_bn_sx_w8n_sse4_1() local
583 xx_storeu_128(dst + c, v_res_w); in blend_a64_mask_bn_sx_w8n_sse4_1()
628 const __m128i v_res_w = blend(src0, src1, v_m0_w, v_m1_w); in blend_a64_mask_bn_sy_w4_sse4_1() local
630 xx_storel_64(dst, v_res_w); in blend_a64_mask_bn_sy_w4_sse4_1()
[all …]