Searched defs:round_shift (Results 1 – 14 of 14) sorted by relevance
104 const int round_shift) { in convolve_rounding()113 const __m128i *const round_const, const int round_shift) { in highbd_convolve_rounding_sse2()
428 const int round_shift) { in convolve_rounding()455 const __m256i *const round_const, const int round_shift) { in highbd_convolve_rounding()
87 const __m128i round_shift = _mm_cvtsi32_si128(FILTER_BITS); in av1_convolve_y_sr_sse2() local252 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_x_sr_sse2() local
33 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_dist_wtd_convolve_x_sse2() local179 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_dist_wtd_convolve_y_sse2() local446 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_dist_wtd_convolve_2d_sse2() local530 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_dist_wtd_convolve_2d_sse2() local
77 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_dist_wtd_convolve_2d_ssse3() local146 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_dist_wtd_convolve_2d_ssse3() local
33 const __m128i round_shift = _mm_cvtsi32_si128(round); in hfilter8() local114 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in vfilter8() local271 const __m128i round_shift = _mm_cvtsi32_si128(round); in highbd_hfilter8() local340 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in highbd_vfilter8() local
67 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_convolve_2d_sr_sse2() local138 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_2d_sr_sse2() local
230 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_highbd_dist_wtd_convolve_2d_sse4_1() local298 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_highbd_dist_wtd_convolve_2d_sse4_1() local
275 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_x_sr_avx2() local
65 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0 - 1); in av1_dist_wtd_convolve_x_avx2() local204 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_dist_wtd_convolve_y_avx2() local
44 TEST(av1_fwd_txfm1d, round_shift) { in TEST() argument
52 const int64_t round_shift = sum >> 1; in counts_to_cdf() local
75 static INLINE int32_t round_shift(int64_t value, int bit) { in round_shift() function
233 int64_t round_shift(int64_t value, int bit) { in round_shift() function