Searched refs:scale_round_sse2 (Results 1 – 2 of 2) sorted by relevance
38 const __m128i b = scale_round_sse2(a, NewSqrt2); in fidentity4x4_new_sse2()52 const __m128i b_lo = scale_round_sse2(a_lo, NewSqrt2); in fidentity8x4_new_sse2()53 const __m128i b_hi = scale_round_sse2(a_hi, NewSqrt2); in fidentity8x4_new_sse2()80 const __m128i b_lo = scale_round_sse2(a_lo, 2 * NewSqrt2); in fidentity8x16_new_sse2()81 const __m128i b_hi = scale_round_sse2(a_hi, 2 * NewSqrt2); in fidentity8x16_new_sse2()
114 static INLINE __m128i scale_round_sse2(const __m128i a, const int scale) { in scale_round_sse2() function124 const __m128i b_lo = scale_round_sse2(a_lo, NewSqrt2); in store_rect_16bit_to_32bit_w4()133 const __m128i b_lo = scale_round_sse2(a_lo, NewSqrt2); in store_rect_16bit_to_32bit()134 const __m128i b_hi = scale_round_sse2(a_hi, NewSqrt2); in store_rect_16bit_to_32bit()