Searched defs:round_add (Results 1 – 3 of 3) sorted by relevance
33 const __m128i round_add = _mm_set1_epi32((1 << FILTER_BITS) >> 1); in av1_convolve_horiz_rs_sse4_1() local142 const __m128i round_add = _mm_set1_epi32((1 << FILTER_BITS) >> 1); in av1_highbd_convolve_horiz_rs_sse4_1() local
32 const __m128i round_add = _mm_set1_epi32(round_add32); in hfilter8() local270 const __m128i round_add = _mm_set1_epi32(round_add32); in highbd_hfilter8() local
187 const float round_add = (real_number > 0.0f) ? 0.5f : -0.5f; in RealToFixed115() local201 const float round_add = (real_number > 0.0f) ? 0.5f : -0.5f; in RealToFixed1616() local