Searched defs:round_shift (Results 1 – 14 of 14) sorted by relevance
105 const int round_shift) { in convolve_rounding()114 const __m128i *const round_const, const int round_shift) { in highbd_convolve_rounding_sse2()
887 const int round_shift) { in convolve_rounding()914 const __m256i *const round_const, const int round_shift) { in highbd_convolve_rounding()
85 const __m128i round_shift = _mm_cvtsi32_si128(FILTER_BITS); in av1_convolve_y_sr_12tap_sse2() local195 const __m128i round_shift = _mm_cvtsi32_si128(FILTER_BITS); in av1_convolve_y_sr_sse2() local352 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_x_sr_12tap_sse2() local416 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_x_sr_sse2() local
32 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_dist_wtd_convolve_x_sse2() local174 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_dist_wtd_convolve_y_sse2() local438 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_dist_wtd_convolve_2d_sse2() local522 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_dist_wtd_convolve_2d_sse2() local
53 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_convolve_2d_sr_12tap_sse2() local128 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_2d_sr_12tap_sse2() local279 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_convolve_2d_sr_sse2() local357 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_2d_sr_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
226 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_highbd_dist_wtd_convolve_2d_sse4_1() local294 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_highbd_dist_wtd_convolve_2d_sse4_1() local
68 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0 - 1); in av1_dist_wtd_convolve_x_avx2() local201 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_dist_wtd_convolve_y_avx2() local
532 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_x_sr_general_avx2() local
47 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