Searched refs:a1_hi (Results 1 – 2 of 2) sorted by relevance
327 const __m128i a1_hi = _mm_srai_epi16(*a0_hi, 7); in Update2Pixels_SSE2() local328 const __m128i delta = _mm_packs_epi16(a1_lo, a1_hi); in Update2Pixels_SSE2()463 const __m128i a1_hi = _mm_add_epi16(a2_hi, f9_hi); // Filter * 18 + 63 in DoFilter6_SSE2() local466 const __m128i a0_hi = _mm_add_epi16(a1_hi, f9_hi); // Filter * 27 + 63 in DoFilter6_SSE2()469 Update2Pixels_SSE2(p1, q1, &a1_lo, &a1_hi); in DoFilter6_SSE2()
788 const int8x8_t a1_hi = vqrshrn_n_s16(Z_hi, 7); in ApplyFilter6_NEON() local789 const int8x16_t a1 = vcombine_s8(a1_lo, a1_hi); in ApplyFilter6_NEON()