/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | convolve_sse2.c | 86 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 D | convolve_2d_sse2.c | 52 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 D | av1_convolve_scale_sse4.c | 33 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 D | jnt_convolve_ssse3.c | 77 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 D | jnt_convolve_sse2.c | 33 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 D | highbd_convolve_2d_sse4.c | 226 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 D | jnt_convolve_avx2.c | 68 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 D | convolve_avx2.c | 539 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 D | convolve_sse2.h | 105 const int round_shift) { in convolve_rounding() 114 const __m128i *const round_const, const int round_shift) { in highbd_convolve_rounding_sse2()
|
H A D | convolve_avx2.h | 887 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 D | highbd_convolve_neon.h | 58 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 D | highbd_convolve_neon.c | 878 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 D | highbd_convolve_scale_neon.c | 32 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 D | av1_fwd_txfm1d_test.cc | 47 TEST(av1_fwd_txfm1d, round_shift) { in TEST() argument
|
/aosp_15_r20/external/libaom/tools/ |
H A D | aom_entropy_optimizer.c | 52 const int64_t round_shift = sum >> 1; in counts_to_cdf() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | av1_txfm.h | 97 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 D | txfm_graph.cc | 233 int64_t round_shift(int64_t value, int bit) { in round_shift() function
|