Home
last modified time | relevance | path

Searched defs:abs_diff1 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dhighbd_sad_avx2.c39 const __m256i abs_diff1 = _mm256_abs_epi16(_mm256_sub_epi16(r1, s1)); in highbd_sad64xH() local
110 const __m256i abs_diff1 = _mm256_abs_epi16(_mm256_sub_epi16(r1, s1)); in highbd_sad32xH() local
177 const __m256i abs_diff1 = _mm256_abs_epi16(_mm256_sub_epi16(r1, s1)); in highbd_sad16xH() local
308 const __m256i abs_diff1 = _mm256_abs_epi16(_mm256_sub_epi16(avg1, s1)); in highbd_sad64xH_avg() local
377 const __m256i abs_diff1 = _mm256_abs_epi16(_mm256_sub_epi16(avg1, s1)); in highbd_sad32xH_avg() local
445 const __m256i abs_diff1 = _mm256_abs_epi16(_mm256_sub_epi16(avg1, s1)); in highbd_sad16xH_avg() local
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_variance_sve.c392 uint16x8_t abs_diff1 = vabdq_u16(s1, d1); in aom_mse_wxh_16bit_highbd_sve() local
409 uint16x8_t abs_diff1 = vabdq_u16(s1, d1); in aom_mse_wxh_16bit_highbd_sve() local
H A Dhighbd_avg_neon.c76 const uint16x8_t abs_diff1 = vabdq_u16(a1, b1); in aom_highbd_minmax_8x8_neon() local
H A Dvariance_neon_dotprod.c290 uint8x16_t abs_diff1 = vabdq_u8(s1, r1); in mse16xh_neon_dotprod() local
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dhighbd_avg_neon.c90 const uint16x8_t abs_diff1 = vabdq_u16(a1, b1); in vpx_highbd_minmax_8x8_neon() local
/aosp_15_r20/external/libvpx/vp8/encoder/mips/msa/
H A Ddenoising_msa.c34 v8i16 diff0, diff1, abs_diff0, abs_diff1, abs_diff_neg0, abs_diff_neg1; in vp8_denoiser_filter_msa() local