Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm_sse2.c1422 const __m128i sinpi_p04_m01 = pair_set_epi16(sinpi[4], -sinpi[1]); in fadst4x4_new_sse2() local
1440 v[3] = _mm_madd_epi16(u[0], sinpi_p04_m01); // s1 - s3 in fadst4x4_new_sse2()
1570 const __m128i sinpi_p04_m01 = pair_set_epi16(sinpi[4], -sinpi[1]); in fadst8x4_new_sse2() local
1596 v_lo[3] = _mm_madd_epi16(u_lo[0], sinpi_p04_m01); // s1 - s3 in fadst8x4_new_sse2()
1597 v_hi[3] = _mm_madd_epi16(u_hi[0], sinpi_p04_m01); // s1 - s3 in fadst8x4_new_sse2()