Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c1406 __m128i in[16], l[16], r[16], *curr1; in vp9_idct16x16_256_add_sse2() local
1415 curr1 = l; in vp9_idct16x16_256_add_sse2()
1443 curr1[0] = _mm_add_epi16(stp2_0, stp1_15); in vp9_idct16x16_256_add_sse2() local
1444 curr1[1] = _mm_add_epi16(stp2_1, stp1_14); in vp9_idct16x16_256_add_sse2()
1445 curr1[2] = _mm_add_epi16(stp2_2, stp2_13); in vp9_idct16x16_256_add_sse2()
1446 curr1[3] = _mm_add_epi16(stp2_3, stp2_12); in vp9_idct16x16_256_add_sse2()
1447 curr1[4] = _mm_add_epi16(stp2_4, stp2_11); in vp9_idct16x16_256_add_sse2()
1448 curr1[5] = _mm_add_epi16(stp2_5, stp2_10); in vp9_idct16x16_256_add_sse2()
1449 curr1[6] = _mm_add_epi16(stp2_6, stp1_9); in vp9_idct16x16_256_add_sse2()
1450 curr1[7] = _mm_add_epi16(stp2_7, stp1_8); in vp9_idct16x16_256_add_sse2()
[all …]