Searched defs:a2_hi (Results 1 – 3 of 3) sorted by relevance
45 const __m128i a2_hi = _mm_unpackhi_epi16(a1, zero); in DispatchAlpha_SSE2() local88 const __m128i a2_hi = _mm_unpackhi_epi16(a1, zero); in DispatchAlphaToGreen_SSE2() local
460 const __m128i a2_hi = _mm_add_epi16(f9_hi, k63); // Filter * 9 + 63 in DoFilter6_SSE2() local
786 const int8x8_t a2_hi = vqrshrn_n_s16(S_hi, 6); in ApplyFilter6_NEON() local
Completed in 12 milliseconds