Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht4x4_add_sse4.c22 const __m128i pair_c4 = pair_set_epi32(4 * sinpi_4_9, 0); in highbd_iadst4_sse4_1() local
39 s3[0] = _mm_mul_epi32(pair_c4, temp[0]); in highbd_iadst4_sse4_1()
40 s3[1] = _mm_mul_epi32(pair_c4, temp[1]); in highbd_iadst4_sse4_1()
47 s6[0] = _mm_mul_epi32(pair_c4, temp[0]); in highbd_iadst4_sse4_1()
48 s6[1] = _mm_mul_epi32(pair_c4, temp[1]); in highbd_iadst4_sse4_1()