Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht4x4_add_sse4.c20 const __m128i pair_c2 = pair_set_epi32(4 * sinpi_2_9, 0); in highbd_iadst4_sse4_1() local
31 s1[0] = _mm_mul_epi32(pair_c2, temp[0]); in highbd_iadst4_sse4_1()
32 s1[1] = _mm_mul_epi32(pair_c2, temp[1]); in highbd_iadst4_sse4_1()
45 s5[0] = _mm_mul_epi32(pair_c2, temp[0]); in highbd_iadst4_sse4_1()
46 s5[1] = _mm_mul_epi32(pair_c2, temp[1]); in highbd_iadst4_sse4_1()