Home
last modified time | relevance | path

Searched defs:round_shift (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/x86/
H A Dconvolve_sse2.c86 const __m128i round_shift = _mm_cvtsi32_si128(FILTER_BITS); in convolve_y_sr_12tap_sse2() local
196 const __m128i round_shift = _mm_cvtsi32_si128(FILTER_BITS); in av1_convolve_y_sr_sse2() local
345 const __m128i round_shift = _mm_cvtsi32_si128(bits); in convolve_x_sr_12tap_sse2() local
409 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_x_sr_sse2() local
H A Dconvolve_2d_sse2.c52 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in convolve_2d_sr_12tap_sse2() local
127 const __m128i round_shift = _mm_cvtsi32_si128(bits); in convolve_2d_sr_12tap_sse2() local
278 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_convolve_2d_sr_sse2() local
356 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_2d_sr_sse2() local
H A Dav1_convolve_scale_sse4.c33 const __m128i round_shift = _mm_cvtsi32_si128(round); in hfilter8() local
114 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in vfilter8() local
272 const __m128i round_shift = _mm_cvtsi32_si128(round); in highbd_hfilter8() local
341 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in highbd_vfilter8() local
H A Djnt_convolve_ssse3.c77 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_dist_wtd_convolve_2d_ssse3() local
146 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_dist_wtd_convolve_2d_ssse3() local
H A Djnt_convolve_sse2.c33 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_dist_wtd_convolve_x_sse2() local
175 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_dist_wtd_convolve_y_sse2() local
H A Dhighbd_convolve_2d_sse4.c226 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0); in av1_highbd_dist_wtd_convolve_2d_sse4_1() local
294 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_highbd_dist_wtd_convolve_2d_sse4_1() local
H A Djnt_convolve_avx2.c68 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_0 - 1); in av1_dist_wtd_convolve_x_avx2() local
201 const __m128i round_shift = _mm_cvtsi32_si128(conv_params->round_1); in av1_dist_wtd_convolve_y_avx2() local
H A Dconvolve_avx2.c539 const __m128i round_shift = _mm_cvtsi32_si128(bits); in av1_convolve_x_sr_general_avx2() local
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dconvolve_sse2.h105 const int round_shift) { in convolve_rounding()
114 const __m128i *const round_const, const int round_shift) { in highbd_convolve_rounding_sse2()
H A Dconvolve_avx2.h887 const int round_shift) { in convolve_rounding()
914 const __m256i *const round_const, const int round_shift) { in highbd_convolve_rounding()
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dhighbd_convolve_neon.h58 const int32x4_t round_shift, const int32x4_t offset, in highbd_convolve8_4_srsub_s32_s16()
99 const int32x4_t round_shift, const int32x4_t offset, in highbd_convolve8_8_srsub_s32_s16()
H A Dhighbd_convolve_neon.c878 const int16x8_t y_filter, const int32x4_t round_shift, in highbd_convolve6_4_2d_v()
899 const int16x8_t y_filter, const int32x4_t round_shift, in highbd_convolve6_8_2d_v()
1017 const int32x4_t round_shift, const int32x4_t offset, const uint16x4_t max) { in highbd_convolve8_4_2d_v()
1039 const int32x4_t round_shift, const int32x4_t offset, const uint16x8_t max) { in highbd_convolve8_8_2d_v()
1171 const int32x4_t round_shift, const int32x4_t offset, const uint16x4_t max) { in highbd_convolve12_4_2d_v()
1199 const int32x4_t round_shift, const int32x4_t offset, const uint16x8_t max) { in highbd_convolve12_8_2d_v()
H A Dhighbd_convolve_scale_neon.c32 const int32x4_t round_shift = vdupq_n_s32(-round_bits); in highbd_dist_wtd_comp_avg_neon() local
109 const int32x4_t round_shift = vdupq_n_s32(-round_bits); in highbd_comp_avg_neon() local
/aosp_15_r20/external/libaom/test/
H A Dav1_fwd_txfm1d_test.cc47 TEST(av1_fwd_txfm1d, round_shift) { in TEST() argument
/aosp_15_r20/external/libaom/tools/
H A Daom_entropy_optimizer.c52 const int64_t round_shift = sum >> 1; in counts_to_cdf() local
/aosp_15_r20/external/libaom/av1/common/
H A Dav1_txfm.h97 static inline int32_t round_shift(int64_t value, int bit) { in round_shift() function
/aosp_15_r20/external/libaom/tools/txfm_analyzer/
H A Dtxfm_graph.cc233 int64_t round_shift(int64_t value, int bit) { in round_shift() function