Home
last modified time | relevance | path

Searched refs:v_p0_w (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dblend_sse4.h33 const __m128i v_p0_w = _mm_mullo_epi16(v_s0_w, *v_m0_w); in blend_4() local
35 const __m128i v_sum_w = _mm_add_epi16(v_p0_w, v_p1_w); in blend_4()
48 const __m128i v_p0_w = _mm_mullo_epi16(v_s0_w, *v_m0_w); in blend_8() local
51 const __m128i v_sum_w = _mm_add_epi16(v_p0_w, v_p1_w); in blend_8()
64 const __m128i v_p0_w = _mm_maddubs_epi16(_mm_unpacklo_epi8(v_s0_b, v_s1_b), in blend_4_u8() local
67 const __m128i v_res_w = _mm_mulhrs_epi16(v_p0_w, *rounding); in blend_4_u8()
78 const __m128i v_p0_w = _mm_maddubs_epi16(_mm_unpacklo_epi8(v_s0_b, v_s1_b), in blend_8_u8() local
81 const __m128i v_res_w = _mm_mulhrs_epi16(v_p0_w, *rounding); in blend_8_u8()
92 const __m128i v_p0_w = _mm_maddubs_epi16(_mm_unpacklo_epi8(v_s0_b, v_s1_b), in blend_16_u8() local
97 const __m128i v_res0_w = _mm_mulhrs_epi16(v_p0_w, *rounding); in blend_16_u8()
[all …]
Dobmc_sad_sse4.c203 const __m128i v_p0_w = xx_loadl_64(pre + n); in hbd_obmc_sad_w8n() local
207 const __m128i v_p0_d = _mm_cvtepu16_epi32(v_p0_w); in hbd_obmc_sad_w8n()
Dobmc_sad_avx2.c207 const __m128i v_p0_w = _mm_lddqu_si128((__m128i *)(pre + n)); in hbd_obmc_sad_w8n_avx2() local
211 const __m256i v_p0_d = _mm256_cvtepu16_epi32(v_p0_w); in hbd_obmc_sad_w8n_avx2()
Dobmc_variance_sse4.c227 const __m128i v_p0_w = xx_loadl_64(pre + n); in hbd_obmc_variance_w8n() local
231 const __m128i v_p0_d = _mm_cvtepu16_epi32(v_p0_w); in hbd_obmc_variance_w8n()
Dblend_a64_mask_avx2.c413 const __m256i v_p0_w = in blend_16_u8_avx2() local
417 const __m256i v_res0_w = yy_roundn_epu16(v_p0_w, bits); in blend_16_u8_avx2()
430 const __m256i v_p0_w = in blend_32_u8_avx2() local
437 const __m256i v_res0_w = yy_roundn_epu16(v_p0_w, bits); in blend_32_u8_avx2()