Searched refs:v_p1_w (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | blend_sse4.h | 34 const __m128i v_p1_w = _mm_mullo_epi16(v_s1_w, *v_m1_w); in blend_4() local 35 const __m128i v_sum_w = _mm_add_epi16(v_p0_w, v_p1_w); in blend_4() 49 const __m128i v_p1_w = _mm_mullo_epi16(v_s1_w, *v_m1_w); in blend_8() local 51 const __m128i v_sum_w = _mm_add_epi16(v_p0_w, v_p1_w); in blend_8() 94 const __m128i v_p1_w = _mm_maddubs_epi16(_mm_unpackhi_epi8(v_s0_b, v_s1_b), in blend_16_u8() local 98 const __m128i v_res1_w = _mm_mulhrs_epi16(v_p1_w, *rounding); in blend_16_u8() 112 const __m128i v_p1_w = _mm_mullo_epi16(v_s1_w, v_m1_w); in blend_4_b10() local 114 const __m128i v_sum_w = _mm_add_epi16(v_p0_w, v_p1_w); in blend_4_b10() 127 const __m128i v_p1_w = _mm_mullo_epi16(v_s1_w, v_m1_w); in blend_8_b10() local 129 const __m128i v_sum_w = _mm_add_epi16(v_p0_w, v_p1_w); in blend_8_b10()
|
D | obmc_sad_sse4.c | 200 const __m128i v_p1_w = xx_loadl_64(pre + n + 4); in hbd_obmc_sad_w8n() local 208 const __m128i v_p1_d = _mm_cvtepu16_epi32(v_p1_w); in hbd_obmc_sad_w8n()
|
D | obmc_variance_sse4.c | 224 const __m128i v_p1_w = xx_loadl_64(pre + n + 4); in hbd_obmc_variance_w8n() local 232 const __m128i v_p1_d = _mm_cvtepu16_epi32(v_p1_w); in hbd_obmc_variance_w8n()
|
D | blend_a64_mask_avx2.c | 433 const __m256i v_p1_w = in blend_32_u8_avx2() local 438 const __m256i v_res1_w = yy_roundn_epu16(v_p1_w, bits); in blend_32_u8_avx2()
|