Searched defs:nearest_src (Results 1 – 2 of 2) sorted by relevance
77 const __m128i nearest_src = _mm_add_epi32(*src, *half_depth); in mm_round_epi32_sse2() local84 const __m128i nearest_src = _mm_adds_epi16(*src, *half_depth); in mm_round_epi16_sse2() local
139 const __m256i nearest_src = _mm256_add_epi32(*src, *half_depth); in mm256_round_epi32() local146 const __m256i nearest_src = _mm256_adds_epi16(*src, *half_depth); in mm256_round_epi16() local