Searched refs:sixty_three (Results 1 – 1 of 1) sorted by relevance
434 const __m128i sixty_three = _mm_set1_epi16(63); in DoFilter6() local446 const __m128i a2_lo = _mm_add_epi16(f9_lo, sixty_three); // Filter * 9 + 63 in DoFilter6()447 const __m128i a2_hi = _mm_add_epi16(f9_hi, sixty_three); // Filter * 9 + 63 in DoFilter6()449 const __m128i a1_lo = _mm_add_epi16(f18_lo, sixty_three); // F... * 18 + 63 in DoFilter6()450 const __m128i a1_hi = _mm_add_epi16(f18_hi, sixty_three); // F... * 18 + 63 in DoFilter6()