Home
last modified time | relevance | path

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

/external/libvpx/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()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c65 __m128i ps1, qs1, ps0, qs0; in highbd_mb_lpf_horizontal_edge_w_sse2_8() local
161 qs1 = _mm_subs_epi16(q1, t80); in highbd_mb_lpf_horizontal_edge_w_sse2_8()
166 signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd), hev); in highbd_mb_lpf_horizontal_edge_w_sse2_8()
188 qs1 = _mm_adds_epi16( in highbd_mb_lpf_horizontal_edge_w_sse2_8()
189 signed_char_clamp_bd_sse2(_mm_subs_epi16(qs1, filt), bd), in highbd_mb_lpf_horizontal_edge_w_sse2_8()
389 qs1 = _mm_andnot_si128(flat, qs1); in highbd_mb_lpf_horizontal_edge_w_sse2_8()
391 q1 = _mm_or_si128(qs1, flat_q1); // full list of q1 values in highbd_mb_lpf_horizontal_edge_w_sse2_8()
554 __m128i ps1, ps0, qs0, qs1; in vpx_highbd_lpf_horizontal_8_sse2() local
587 qs1 = _mm_subs_epi16(q1, t80); in vpx_highbd_lpf_horizontal_8_sse2()
684 filt = signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd); in vpx_highbd_lpf_horizontal_8_sse2()
[all …]
Dloopfilter_avx2.c94 __m128i qs1 = _mm_xor_si128(p1q1, t80); in mb_lpf_horizontal_edge_w_avx2_8() local
101 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev); in mb_lpf_horizontal_edge_w_avx2_8()
504 __m128i qs1 = _mm_xor_si128(q1, t80); in mb_lpf_horizontal_edge_w_avx2_16() local
513 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in mb_lpf_horizontal_edge_w_avx2_16()
549 qs1 = _mm_xor_si128(_mm_subs_epi8(qs1, filt), t80); in mb_lpf_horizontal_edge_w_avx2_16()
899 q1 = _mm_andnot_si128(flat, qs1); in mb_lpf_horizontal_edge_w_avx2_16()
Dloopfilter_sse2.c91 __m128i qs1 = _mm_xor_si128(p1q1, t80); in mb_lpf_horizontal_edge_w_sse2_8() local
98 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev); in mb_lpf_horizontal_edge_w_sse2_8()
866 const __m128i qs1 = _mm_xor_si128(_mm_loadl_epi64((__m128i *)(s + 1 * p)), in vpx_lpf_horizontal_8_sse2() local
872 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in vpx_lpf_horizontal_8_sse2()
907 work_a = _mm_xor_si128(_mm_subs_epi8(qs1, filt), t80); in vpx_lpf_horizontal_8_sse2()
1107 const __m128i qs1 = _mm_xor_si128(_mm_loadu_si128((__m128i *)(s + 1 * p)), in vpx_lpf_horizontal_8_dual_sse2() local
1113 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in vpx_lpf_horizontal_8_dual_sse2()
1154 work_a = _mm_xor_si128(_mm_subs_epi8(qs1, filt), t80); in vpx_lpf_horizontal_8_dual_sse2()
1278 const __m128i qs1 = _mm_xor_si128(_mm_loadu_si128((__m128i *)(s + 1 * p)), in vpx_lpf_horizontal_4_dual_sse2() local
1284 filt = _mm_and_si128(_mm_subs_epi8(ps1, qs1), hev); in vpx_lpf_horizontal_4_dual_sse2()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.h29 uint32_t *qs0, uint32_t *qs1) { in filter_dspr2() argument
48 vqs1 = (*qs1) ^ N128; in filter_dspr2()
196 *qs1 = vqs1 ^ N128; in filter_dspr2()
201 uint32_t qs0, uint32_t qs1, in filter1_dspr2() argument
222 vqs1 = (qs1) ^ N128; in filter1_dspr2()
/external/libvpx/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)
/external/libvpx/libvpx/vpx_dsp/arm/
Dloopfilter_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)
Dloopfilter_4_neon.asm227 veor d16, d16, d18 ; qs1
235 vqsub.s8 d27, d5, d16 ; filter = clamp(ps1-qs1)
268 vqsub.s8 d20, d16, d27 ; u = clamp(qs1 - filter)
Dloopfilter_8_neon.asm276 veor d26, d16, d22 ; qs1
282 vqsub.s8 d29, d25, d26 ; filter = clamp(ps1-qs1)
310 vqsub.s8 d26, d26, d29 ; oq1 = clamp(qs1 - filter)
Dloopfilter_mb_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)
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c95 const int8_t qs1 = (int8_t) *oq1 ^ 0x80; in filter4() local
99 int8_t filter = signed_char_clamp(ps1 - qs1) & hev; in filter4()
116 *oq1 = signed_char_clamp(qs1 - filter) ^ 0x80; in filter4()
426 const int16_t qs1 = (int16_t)*oq1 - (0x80 << shift); in highbd_filter4() local
430 int16_t filter = signed_char_clamp_high(ps1 - qs1, bd) & hev; in highbd_filter4()
447 *oq1 = signed_char_clamp_high(qs1 - filter, bd) + (0x80 << shift); in highbd_filter4()
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dvp8_loopfilter_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()
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_block_sse2_x86_64.asm71 pxor %4, [GLOBAL(t80)] ; qs1
73 psubsb scratch1, %4 ; signed_char_clamp(ps1 - qs1)
121 psubsb %4, %5 ; qs1 - vp8_filter
Dvp8_loopfilter_mmx.asm1233 ; s = vp8_signed_char_clamp(qs1 - u);
Dloopfilter_sse2.asm501 psubsb xmm1, xmm2 ; sq = vp8_signed_char_clamp(qs1 - u2)
/external/chromium-trace/catapult/tracing/test_data/
Dddms_calculator_start.trace4489 �q�qs1�����
12622 qs1����
249155 qs1
277651 i�qs1����
457066 i(qs1����
473155 �Gqs1�C� ��