Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dloopfilter_filters.c56 signed char ps1, qs1; in vp8_filter() local
63 qs1 = (signed char) * oq1 ^ 0x80; in vp8_filter()
66 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_filter()
92 u = vp8_signed_char_clamp(qs1 - filter_value); in vp8_filter()
170 signed char qs1 = (signed char) * oq1 ^ 0x80; in vp8_mbfilter() local
174 filter_value = vp8_signed_char_clamp(ps1 - qs1); in vp8_mbfilter()
203 s = vp8_signed_char_clamp(qs1 - u); in vp8_mbfilter()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_loopfilter_filters_dspr2.h28 uint32_t *qs0, uint32_t *qs1) { in vp9_filter_dspr2() argument
47 vqs1 = (*qs1) ^ N128; in vp9_filter_dspr2()
195 *qs1 = vqs1 ^ N128; in vp9_filter_dspr2()
200 uint32_t qs0, uint32_t qs1, in vp9_filter1_dspr2() argument
221 vqs1 = (qs1) ^ N128; in vp9_filter1_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_loopfilter_16_neon.asm143 veor q8, q8, q10 ; qs1
152 vqsub.s8 q1, q5, q8 ; filter = clamp(ps1-qs1)
190 vqsub.s8 q12, q8, q1 ; u = clamp(qs1 - filter)
Dvp9_loopfilter_neon.asm229 veor d16, d16, d18 ; qs1
237 vqsub.s8 d27, d5, d16 ; filter = clamp(ps1-qs1)
270 vqsub.s8 d20, d16, d27 ; u = clamp(qs1 - filter)
533 veor d26, d16, d22 ; qs1
539 vqsub.s8 d29, d25, d26 ; filter = clamp(ps1-qs1)
567 vqsub.s8 d26, d26, d29 ; oq1 = clamp(qs1 - filter)
Dvp9_mb_lpf_neon.asm402 veor d26, d9, d22 ; qs1
407 vqsub.s8 d29, d25, d26 ; filter = clamp(ps1-qs1)
432 vqsub.s8 d26, d26, d29 ; oq1 = clamp(qs1 - filter)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dloopfilter_v6.asm179 str r10, [sp, #8] ; store qs1 temporarily
182 qsub8 r7, r7, r10 ; vp8_signed_char_clamp(ps1-qs1)
232 ldr r10, [sp, #8] ; load qs1
238 qsub8 r10, r10,r7 ; u = vp8_signed_char_clamp(qs1 - vp8_filter)
1020 eor r10, r10, r12 ; qs1
1024 qsub8 r7, r7, r10 ; vp8_signed_char_clamp(ps1-qs1)
1025 str r10, [sp, #8] ; store qs1 temporarily
1151 ldr r9, [sp, #8] ; load qs1
1162 qsub8 r8, r9, r10 ; s = vp8_signed_char_clamp(qs1 - u)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dloopfiltersimplehorizontaledge_neon.asm45 veor q8, q8, q0 ; qs1: q1 offset to convert to a signed value
52 vqsub.s8 q4, q5, q8 ; q4: vp8_filter = vp8_signed_char_clamp(ps1-qs1)
Dloopfiltersimpleverticaledge_neon.asm65 veor q6, q6, q0 ; qs1: q1 offset to convert to a signed value
72 vqsub.s8 q14, q3, q6 ; vp8_filter = vp8_signed_char_clamp(ps1-qs1)
Dloopfilter_neon.asm341 veor q8, q8, q10 ; qs1
352 vqsub.s8 q1, q5, q8 ; vp8_filter = clamp(ps1-qs1)
385 vqsub.s8 q12, q8, q1 ; u = clamp(qs1 - vp8_filter)
Dmbloopfilter_neon.asm370 veor q8, q8, q0 ; qs1
381 vqsub.s8 q1, q5, q8 ; vp8_filter = clamp(ps1-qs1)
452 vqsub.s8 q13, q8, q12 ; s = clamp(qs1 - u)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_sse2.c90 __m128i qs1 = _mm_xor_si128(p1q1, t80); in mb_lpf_horizontal_edge_w_sse2_8() local
97 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev); in mb_lpf_horizontal_edge_w_sse2_8()
466 __m128i qs1 = _mm_xor_si128(q1, t80); in mb_lpf_horizontal_edge_w_sse2_16() local
471 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in mb_lpf_horizontal_edge_w_sse2_16()
507 qs1 = _mm_xor_si128(_mm_subs_epi8(qs1, filt), t80); in mb_lpf_horizontal_edge_w_sse2_16()
762 work_a = _mm_andnot_si128(flat, qs1); in mb_lpf_horizontal_edge_w_sse2_16()
1002 const __m128i qs1 = _mm_xor_si128(_mm_loadl_epi64((__m128i *)(s + 1 * p)), in vp9_lpf_horizontal_8_sse2() local
1008 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in vp9_lpf_horizontal_8_sse2()
1043 work_a = _mm_xor_si128(_mm_subs_epi8(qs1, filt), t80); in vp9_lpf_horizontal_8_sse2()
1243 const __m128i qs1 = _mm_xor_si128(_mm_loadu_si128((__m128i *)(s + 1 * p)), in vp9_lpf_horizontal_8_dual_sse2() local
[all …]
Dvp9_loopfilter_intrin_avx2.c91 __m128i qs1 = _mm_xor_si128(p1q1, t80); in mb_lpf_horizontal_edge_w_avx2_8() local
98 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev); in mb_lpf_horizontal_edge_w_avx2_8()
472 __m128i qs1 = _mm_xor_si128(q1, t80); in mb_lpf_horizontal_edge_w_avx2_16() local
481 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in mb_lpf_horizontal_edge_w_avx2_16()
517 qs1 = _mm_xor_si128(_mm_subs_epi8(qs1, filt), t80); in mb_lpf_horizontal_edge_w_avx2_16()
856 q1 = _mm_andnot_si128(flat, qs1); in mb_lpf_horizontal_edge_w_avx2_16()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter_filters.c80 const int8_t qs1 = (int8_t) *oq1 ^ 0x80; in filter4() local
84 int8_t filter = signed_char_clamp(ps1 - qs1) & hev; in filter4()
101 *oq1 = signed_char_clamp(qs1 - filter) ^ 0x80; in filter4()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
Dloopfilter_filters_dspr2.c167 uint32_t *qs1 in vp8_filter_mips() argument
189 vqs1 = (*qs1) ^ N128; in vp8_filter_mips()
340 *qs1 = vqs1 ^ N128; in vp8_filter_mips()
1355 uint32_t *qs1, in vp8_mbfilter_mips() argument
1377 vqs1 = (*qs1) ^ N128; in vp8_mbfilter_mips()
1627 *qs1 = vqs1_r ^ N128; in vp8_mbfilter_mips()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dloopfilter_block_sse2.asm71 pxor %4, [GLOBAL(t80)] ; qs1
73 psubsb scratch1, %4 ; signed_char_clamp(ps1 - qs1)
121 psubsb %4, %5 ; qs1 - vp8_filter
Dloopfilter_mmx.asm1233 ; s = vp8_signed_char_clamp(qs1 - u);
Dloopfilter_sse2.asm501 psubsb xmm1, xmm2 ; sq = vp8_signed_char_clamp(qs1 - u2)