Searched refs:av1_round_shift_32_sse4_1 (Results 1 – 2 of 2) sorted by relevance
21 static INLINE __m128i av1_round_shift_32_sse4_1(__m128i vec, int bit) { in av1_round_shift_32_sse4_1() function35 output[i] = av1_round_shift_32_sse4_1(input[i], bit); in av1_round_shift_array_32_sse4_1()54 const __m128i r0 = av1_round_shift_32_sse4_1(input[i], bit); in av1_round_shift_rect_array_32_sse4_1()56 output[i] = av1_round_shift_32_sse4_1(r1, NewSqrt2Bits); in av1_round_shift_rect_array_32_sse4_1()63 output[i] = av1_round_shift_32_sse4_1(r1, NewSqrt2Bits); in av1_round_shift_rect_array_32_sse4_1()
103 out0 = av1_round_shift_32_sse4_1(out0, bit); \107 out1 = av1_round_shift_32_sse4_1(out1, bit); \