Searched refs:mul1al (Results 1 – 2 of 2) sorted by relevance
1053 const __m256i mul1al = _mm256_unpacklo_epi16(mul1a_lows, mul1a_highs); in highbd_blend_a64_d16_mask_w8_avx2() local1056 const __m256i sumal = _mm256_add_epi32(mul0al, mul1al); in highbd_blend_a64_d16_mask_w8_avx2()1189 const __m256i mul1al = _mm256_unpacklo_epi16(mul1a_lows, mul1a_highs); in highbd_blend_a64_d16_mask_w16_avx2() local1192 const __m256i mulal = _mm256_add_epi32(mul0al, mul1al); in highbd_blend_a64_d16_mask_w16_avx2()
1143 const __m128i mul1al = _mm_unpacklo_epi16(mul1a_lows, mul1a_highs); in highbd_blend_a64_d16_mask_w4_sse4_1() local1155 const __m128i sumal = _mm_add_epi32(mul0al, mul1al); in highbd_blend_a64_d16_mask_w4_sse4_1()1269 const __m128i mul1al = _mm_unpacklo_epi16(mul1a_lows, mul1a_highs); in highbd_blend_a64_d16_mask_w8_sse4_1() local1272 const __m128i sumal = _mm_add_epi32(mul0al, mul1al); in highbd_blend_a64_d16_mask_w8_sse4_1()