Home
last modified time | relevance | path

Searched refs:scale_round_sse2 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm_sse2.h38 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()
/external/libaom/libaom/av1/common/x86/
Dav1_txfm_sse2.h114 static INLINE __m128i scale_round_sse2(const __m128i a, const int scale) { in scale_round_sse2() function
124 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()