Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/mips/msa/
Ddenoising_msa.c34 v8i16 diff0, diff1, abs_diff0, abs_diff1, abs_diff_neg0, abs_diff_neg1; in vp8_denoiser_filter_msa() local
79 abs_diff0 = __msa_add_a_h(diff0, zero); in vp8_denoiser_filter_msa()
81 cmp = __msa_clei_s_h(abs_diff0, 15); in vp8_denoiser_filter_msa()
84 cmp = __msa_clei_s_h(abs_diff0, 7); in vp8_denoiser_filter_msa()
87 cmp = abs_diff0 < shift_inc1_vec; in vp8_denoiser_filter_msa()
127 abs_diff0 = __msa_add_a_h(diff0, zero); in vp8_denoiser_filter_msa()
129 cmp = __msa_clei_s_h(abs_diff0, 15); in vp8_denoiser_filter_msa()
132 cmp = __msa_clei_s_h(abs_diff0, 7); in vp8_denoiser_filter_msa()
135 cmp = abs_diff0 < shift_inc1_vec; in vp8_denoiser_filter_msa()
206 abs_diff0 = __msa_add_a_h(diff0, zero); in vp8_denoiser_filter_msa()
[all …]
/external/libvpx/vpx_dsp/x86/
Dhighbd_sad_avx2.c38 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(r0, s0)); in highbd_sad64xH() local
44 _mm256_add_epi16(*sums_16, _mm256_add_epi16(abs_diff0, abs_diff1)); in highbd_sad64xH()
109 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(r0, s0)); in highbd_sad32xH() local
112 *sums_16 = _mm256_add_epi16(*sums_16, abs_diff0); in highbd_sad32xH()
176 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(r0, s0)); in highbd_sad16xH() local
179 *sums_16 = _mm256_add_epi16(*sums_16, abs_diff0); in highbd_sad16xH()
307 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(avg0, s0)); in highbd_sad64xH_avg() local
313 _mm256_add_epi16(*sums_16, _mm256_add_epi16(abs_diff0, abs_diff1)); in highbd_sad64xH_avg()
376 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(avg0, s0)); in highbd_sad32xH_avg() local
379 *sums_16 = _mm256_add_epi16(*sums_16, abs_diff0); in highbd_sad32xH_avg()
[all …]
/external/libaom/aom_dsp/arm/
Dhighbd_variance_sve.c391 uint16x8_t abs_diff0 = vabdq_u16(s0, d0); in aom_mse_wxh_16bit_highbd_sve() local
394 sum = aom_udotq_u16(sum, abs_diff0, abs_diff0); in aom_mse_wxh_16bit_highbd_sve()
408 uint16x8_t abs_diff0 = vabdq_u16(s0, d0); in aom_mse_wxh_16bit_highbd_sve() local
411 sum = aom_udotq_u16(sum, abs_diff0, abs_diff0); in aom_mse_wxh_16bit_highbd_sve()
Dhighbd_avg_neon.c75 const uint16x8_t abs_diff0 = vabdq_u16(a0, b0); in aom_highbd_minmax_8x8_neon() local
84 const uint16x8_t max01 = vmaxq_u16(abs_diff0, abs_diff1); in aom_highbd_minmax_8x8_neon()
93 const uint16x8_t min01 = vminq_u16(abs_diff0, abs_diff1); in aom_highbd_minmax_8x8_neon()
Dvariance_neon_dotprod.c289 uint8x16_t abs_diff0 = vabdq_u8(s0, r0); in mse16xh_neon_dotprod() local
292 sse_u32[0] = vdotq_u32(sse_u32[0], abs_diff0, abs_diff0); in mse16xh_neon_dotprod()
/external/libvpx/vpx_dsp/arm/
Dhighbd_avg_neon.c89 const uint16x8_t abs_diff0 = vabdq_u16(a0, b0); in vpx_highbd_minmax_8x8_neon() local
98 const uint16x8_t max01 = vmaxq_u16(abs_diff0, abs_diff1); in vpx_highbd_minmax_8x8_neon()
107 const uint16x8_t min01 = vminq_u16(abs_diff0, abs_diff1); in vpx_highbd_minmax_8x8_neon()