Searched defs:offset_const (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | compound_convolve_neon.h | 199 const int16x8_t y_filter, const int32x4_t offset_const) { in convolve6_4_2d_v() 218 const int16x8_t y_filter, const int32x4_t offset_const) { in convolve6_8_2d_v() 248 const int32x4_t offset_const = vdupq_n_s32(1 << offset_bits); in dist_wtd_convolve_2d_vert_6tap_dist_wtd_avg_neon() local 404 const int32x4_t offset_const = vdupq_n_s32(1 << offset_bits); in dist_wtd_convolve_2d_vert_6tap_avg_neon() local 554 const int32x4_t offset_const = vdupq_n_s32(1 << offset_bits); in dist_wtd_convolve_2d_vert_6tap_neon() local 669 const int32x4_t offset_const) { in convolve8_4_2d_v() 690 const int32x4_t offset_const) { in convolve8_8_2d_v() 723 const int32x4_t offset_const = vdupq_n_s32(1 << offset_bits); in dist_wtd_convolve_2d_vert_8tap_dist_wtd_avg_neon() local 887 const int32x4_t offset_const = vdupq_n_s32(1 << offset_bits); in dist_wtd_convolve_2d_vert_8tap_avg_neon() local 1045 const int32x4_t offset_const = vdupq_n_s32(1 << offset_bits); in dist_wtd_convolve_2d_vert_8tap_neon() local
|
H A D | convolve_scale_neon.h | 28 const int32x4_t offset_const) { in compound_convolve8_4_v() 49 const int32x4_t offset_const) { in compound_convolve8_8_v() 342 const int32x4_t offset_const) { in convolve8_4_v() 366 const int32x4_t offset_const) { in convolve8_8_v() 483 const int16x8_t filter, const int32x4_t offset_const) { in compound_convolve6_4_v() 502 const int16x8_t filter, const int32x4_t offset_const) { in compound_convolve6_8_v() 791 const int32x4_t offset_const) { in convolve6_4_v() 813 const int32x4_t offset_const) { in convolve6_8_v()
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | jnt_convolve_avx2.c | 58 const __m256i offset_const = _mm256_set1_epi16(offset); in av1_dist_wtd_convolve_x_avx2() local 208 const __m256i offset_const = _mm256_set1_epi16(offset); in av1_dist_wtd_convolve_y_avx2() local 606 const __m256i offset_const = _mm256_set1_epi16(offset); in av1_dist_wtd_convolve_2d_avx2() local 825 int w, int h, const __m256i offset_const) { in av1_dist_wtd_convolve_2d_no_avg_copy_avx2() 1108 const __m256i offset_const = _mm256_set1_epi16(offset); in av1_dist_wtd_convolve_2d_copy_avx2() local
|
H A D | highbd_jnt_convolve_avx2.c | 48 const __m256i offset_const = _mm256_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_2d_copy_avx2() local 268 const __m256i offset_const = _mm256_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_2d_avx2() local 492 const __m256i offset_const = _mm256_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_x_avx2() local 657 const __m256i offset_const = _mm256_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_y_avx2() local
|
H A D | jnt_convolve_sse2.c | 44 const __m128i offset_const = _mm_set1_epi16(offset); in av1_dist_wtd_convolve_x_sse2() local 170 const __m128i offset_const = _mm_set1_epi16(offset); in av1_dist_wtd_convolve_y_sse2() local
|
H A D | highbd_jnt_convolve_sse4.c | 47 const __m128i offset_const = _mm_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_y_sse4_1() local 288 const __m128i offset_const = _mm_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_x_sse4_1() local
|
H A D | highbd_convolve_2d_sse4.c | 47 const __m128i offset_const = _mm_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() local 193 const __m128i offset_const = _mm_set1_epi32(offset); in av1_highbd_dist_wtd_convolve_2d_sse4_1() local
|
H A D | jnt_convolve_ssse3.c | 50 const __m128i offset_const = _mm_set1_epi16(offset); in av1_dist_wtd_convolve_2d_ssse3() local
|
H A D | convolve_2d_sse2.c | 462 const __m128i offset_const = _mm_set1_epi16(offset); in av1_dist_wtd_convolve_2d_copy_sse2() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | convolve_sse2.h | 103 const __m128i *const offset_const, in convolve_rounding() 113 const __m128i *const res_unsigned, const __m128i *const offset_const, in highbd_convolve_rounding_sse2()
|
H A D | convolve_avx2.h | 885 const __m256i *const offset_const, in convolve_rounding() 913 const __m256i *const res_unsigned, const __m256i *const offset_const, in highbd_convolve_rounding()
|