Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dhighbd_sad_avx2.c38 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(r0, s0)); in highbd_sad64xH() local
109 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(r0, s0)); in highbd_sad32xH() local
176 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(r0, s0)); in highbd_sad16xH() local
307 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(avg0, s0)); in highbd_sad64xH_avg() local
376 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(avg0, s0)); in highbd_sad32xH_avg() local
444 const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(avg0, s0)); in highbd_sad16xH_avg() local
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_variance_sve.c391 uint16x8_t abs_diff0 = vabdq_u16(s0, d0); in aom_mse_wxh_16bit_highbd_sve() local
408 uint16x8_t abs_diff0 = vabdq_u16(s0, d0); in aom_mse_wxh_16bit_highbd_sve() local
H A Dhighbd_avg_neon.c75 const uint16x8_t abs_diff0 = vabdq_u16(a0, b0); in aom_highbd_minmax_8x8_neon() local
H A Dvariance_neon_dotprod.c289 uint8x16_t abs_diff0 = vabdq_u8(s0, r0); in mse16xh_neon_dotprod() 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
324 v8i16 diff0, abs_diff0, abs_diff_neg0; in vp8_denoiser_filter_uv_msa() local
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dhighbd_avg_neon.c89 const uint16x8_t abs_diff0 = vabdq_u16(a0, b0); in vpx_highbd_minmax_8x8_neon() local