Home
last modified time | relevance | path

Searched defs:nearest_src (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dconvolve_sse2.h77 const __m128i nearest_src = _mm_add_epi32(*src, *half_depth); in mm_round_epi32_sse2() local
84 const __m128i nearest_src = _mm_adds_epi16(*src, *half_depth); in mm_round_epi16_sse2() local
H A Dconvolve_avx2.h139 const __m256i nearest_src = _mm256_add_epi32(*src, *half_depth); in mm256_round_epi32() local
146 const __m256i nearest_src = _mm256_adds_epi16(*src, *half_depth); in mm256_round_epi16() local