Searched refs:t80 (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_mmx.asm | 151 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values 152 pxor mm7, [GLOBAL(t80)] ; q1 offset to convert to signed values 155 pxor mm6, [GLOBAL(t80)] ; offset to convert to signed values 156 pxor mm0, [GLOBAL(t80)] ; offset to convert to signed values 512 pxor mm6, [GLOBAL(t80)] ; unoffset 516 pxor mm1, [GLOBAL(t80)] ; reoffset 519 pxor mm1, [GLOBAL(t80)] ; unoffset 523 pxor mm3, [GLOBAL(t80)] ; unoffset 527 pxor mm7, [GLOBAL(t80)] ; unoffset 749 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values [all …]
|
D | loopfilter_block_sse2.asm | 70 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
|
D | loopfilter_sse2.asm | 177 movdqa xmm3, [GLOBAL(t80)] 480 movdqa xmm7, [GLOBAL(t80)] 1311 movdqa xmm4, [GLOBAL(t80)] 1615 t80: label
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_mmx.asm | 151 pxor mm2, [GLOBAL(t80)] ; p1 offset to convert to signed values 152 pxor mm7, [GLOBAL(t80)] ; q1 offset to convert to signed values 155 pxor mm6, [GLOBAL(t80)] ; offset to convert to signed values 156 pxor mm0, [GLOBAL(t80)] ; offset to convert to signed values 512 pxor mm6, [GLOBAL(t80)] ; unoffset 516 pxor mm1, [GLOBAL(t80)] ; reoffset 519 pxor mm1, [GLOBAL(t80)] ; unoffset 523 pxor mm3, [GLOBAL(t80)] ; unoffset 527 pxor mm7, [GLOBAL(t80)] ; unoffset 601 t80: label
|
D | vp9_loopfilter_intrin_sse2.c | 85 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_sse2_8() local 87 __m128i qs1ps1 = _mm_xor_si128(q1p1, t80); in mb_lpf_horizontal_edge_w_sse2_8() 88 __m128i qs0ps0 = _mm_xor_si128(q0p0, t80); in mb_lpf_horizontal_edge_w_sse2_8() 89 __m128i qs0 = _mm_xor_si128(p0q0, t80); in mb_lpf_horizontal_edge_w_sse2_8() 90 __m128i qs1 = _mm_xor_si128(p1q1, t80); in mb_lpf_horizontal_edge_w_sse2_8() 115 qs0ps0 = _mm_xor_si128(_mm_adds_epi8(qs0ps0, filt), t80); in mb_lpf_horizontal_edge_w_sse2_8() 123 qs1ps1 = _mm_xor_si128(_mm_adds_epi8(qs1ps1, filt), t80); in mb_lpf_horizontal_edge_w_sse2_8() 457 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_sse2_16() local 463 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_sse2_16() 464 __m128i ps0 = _mm_xor_si128(p0, t80); in mb_lpf_horizontal_edge_w_sse2_16() [all …]
|
D | vp9_loopfilter_intrin_avx2.c | 86 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_avx2_8() local 88 __m128i qs1ps1 = _mm_xor_si128(q1p1, t80); in mb_lpf_horizontal_edge_w_avx2_8() 89 __m128i qs0ps0 = _mm_xor_si128(q0p0, t80); in mb_lpf_horizontal_edge_w_avx2_8() 90 __m128i qs0 = _mm_xor_si128(p0q0, t80); in mb_lpf_horizontal_edge_w_avx2_8() 91 __m128i qs1 = _mm_xor_si128(p1q1, t80); in mb_lpf_horizontal_edge_w_avx2_8() 116 qs0ps0 = _mm_xor_si128(_mm_adds_epi8(qs0ps0, filt), t80); in mb_lpf_horizontal_edge_w_avx2_8() 124 qs1ps1 = _mm_xor_si128(_mm_adds_epi8(qs1ps1, filt), t80); in mb_lpf_horizontal_edge_w_avx2_8() 463 const __m128i t80 = _mm_set1_epi8(0x80); in mb_lpf_horizontal_edge_w_avx2_16() local 469 __m128i ps1 = _mm_xor_si128(p1, t80); in mb_lpf_horizontal_edge_w_avx2_16() 470 __m128i ps0 = _mm_xor_si128(p0, t80); in mb_lpf_horizontal_edge_w_avx2_16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | subtract_sse2.asm | 90 movdqa xmm4, [GLOBAL(t80)] 159 movdqa xmm4, [GLOBAL(t80)] 244 t80: label
|