Searched refs:t80 (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_loopfilter_sse2.c24 __m128i t80, max, min; local
27 t80 = _mm_set1_epi16(0x80);
28 max = _mm_subs_epi16(_mm_subs_epi16(_mm_slli_epi16(one, 8), one), t80);
30 t80 = _mm_set1_epi16(0x200);
31 max = _mm_subs_epi16(_mm_subs_epi16(_mm_slli_epi16(one, 10), one), t80);
33 t80 = _mm_set1_epi16(0x800);
34 max = _mm_subs_epi16(_mm_subs_epi16(_mm_slli_epi16(one, 12), one), t80);
37 min = _mm_subs_epi16(zero, t80);
70 __m128i t4, t3, t80, t1; local
144 t80
515 __m128i t80; local
748 __m128i t80; local
[all...]
H A Dloopfilter_sse2.c63 const __m128i t80 = _mm_set1_epi8(0x80); \
66 ps1ps0 = _mm_xor_si128(p1p0, t80); /* ^ 0x80 */ \
67 qs1qs0 = _mm_xor_si128(q1q0, t80); \
102 qs1qs0 = _mm_xor_si128(qs1qs0, t80); /* ^ 0x80 */ \
103 ps1ps0 = _mm_xor_si128(ps1ps0, t80); /* ^ 0x80 */ \
295 const __m128i t80 = _mm_set1_epi8(0x80); local
297 __m128i qs1ps1 = _mm_xor_si128(q1p1, t80);
298 __m128i qs0ps0 = _mm_xor_si128(q0p0, t80);
299 __m128i qs0 = _mm_xor_si128(p0q0, t80);
300 __m128i qs1 = _mm_xor_si128(p1q1, t80);
681 const __m128i t80 = _mm_set1_epi8(0x80); local
1050 const __m128i t80 = _mm_set1_epi8(0x80); local
1282 const __m128i t80 = _mm_set1_epi8(0x80); local
1451 const __m128i t80 = _mm_set1_epi8(0x80); local
[all...]
H A Dloopfilter_avx2.c87 const __m128i t80 = _mm_set1_epi8(0x80); local
89 __m128i qs1ps1 = _mm_xor_si128(q1p1, t80);
90 __m128i qs0ps0 = _mm_xor_si128(q0p0, t80);
91 __m128i qs0 = _mm_xor_si128(p0q0, t80);
92 __m128i qs1 = _mm_xor_si128(p1q1, t80);
117 qs0ps0 = _mm_xor_si128(_mm_adds_epi8(qs0ps0, filt), t80);
125 qs1ps1 = _mm_xor_si128(_mm_adds_epi8(qs1ps1, filt), t80);
461 const __m128i t80 = _mm_set1_epi8(0x80); local
467 __m128i ps1 = _mm_xor_si128(p1, t80);
468 __m128i ps0 = _mm_xor_si128(p0, t80);
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2_x86_64.asm70 pxor %1, [GLOBAL(t80)] ; ps1
71 pxor %4, [GLOBAL(t80)] ; qs1
76 pxor %2, [GLOBAL(t80)] ; ps0
77 pxor %3, [GLOBAL(t80)] ; qs0
98 pxor %3, [GLOBAL(t80)]
109 pxor %2, [GLOBAL(t80)]
116 pand scratch1, [GLOBAL(t80)]
122 pxor %4, [GLOBAL(t80)]
125 pxor %1, [GLOBAL(t80)]
805 t80 label
[all...]
H A Dloopfilter_sse2.asm177 movdqa xmm3, [GLOBAL(t80)]
236 movdqa xmm2, [GLOBAL(t80)]
380 movdqa xmm3, [GLOBAL(t80)]
480 movdqa xmm7, [GLOBAL(t80)]
1311 movdqa xmm4, [GLOBAL(t80)]
1485 movdqa xmm4, [GLOBAL(t80)]
1615 t80: label

Completed in 160 milliseconds