Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht4x4_add_sse4.c21 const __m128i pair_c3 = pair_set_epi32(4 * sinpi_3_9, 0); in highbd_iadst4_sse4_1() local
35 s2[0] = _mm_mul_epi32(pair_c3, temp[0]); in highbd_iadst4_sse4_1()
36 s2[1] = _mm_mul_epi32(pair_c3, temp[1]); in highbd_iadst4_sse4_1()
61 t2[0] = _mm_mul_epi32(pair_c3, temp[0]); in highbd_iadst4_sse4_1()
62 t2[1] = _mm_mul_epi32(pair_c3, temp[1]); in highbd_iadst4_sse4_1()