/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | compound_convolve_neon_i8mm.c | 263 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in av1_dist_wtd_convolve_2d_neon_i8mm() 400 uint8_t *dst8, int dst8_stride, int w, int h, const int16_t *x_filter_ptr, in dist_wtd_convolve_x_dist_wtd_avg_6tap_neon_i8mm() 499 uint8_t *dst8, int dst8_stride, int w, int h, const int16_t *x_filter_ptr, in dist_wtd_convolve_x_dist_wtd_avg_8tap_neon_i8mm() 562 uint8_t *dst8, int dst8_stride, int w, int h, const int16_t *x_filter_ptr) { in dist_wtd_convolve_x_avg_6tap_neon_i8mm() 659 uint8_t *dst8, int dst8_stride, int w, int h, const int16_t *x_filter_ptr) { in dist_wtd_convolve_x_avg_8tap_neon_i8mm() 846 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in av1_dist_wtd_convolve_x_neon_i8mm()
|
H A D | compound_convolve_neon.c | 235 uint8_t *dst8, int dst8_stride, int w, int h, in av1_dist_wtd_convolve_2d_neon() 298 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in dist_wtd_convolve_2d_copy_dist_wtd_avg_neon() 388 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in dist_wtd_convolve_2d_copy_avg_neon() 539 uint8_t *dst8, int dst8_stride, int w, in av1_dist_wtd_convolve_2d_copy_neon() 592 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in dist_wtd_convolve_x_dist_wtd_avg_neon() 809 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in dist_wtd_convolve_x_avg_neon() 1193 uint8_t *dst8, int dst8_stride, int w, int h, in av1_dist_wtd_convolve_x_neon() 1256 const int dst8_stride, int w, int h, const int16x8_t y_filter, in dist_wtd_convolve_y_6tap_dist_wtd_avg_neon() 1476 const int dst8_stride, int w, int h, const int16x8_t y_filter, in dist_wtd_convolve_y_6tap_avg_neon() 1905 const int dst8_stride, int w, int h, const int16x8_t y_filter, in dist_wtd_convolve_y_8tap_dist_wtd_avg_neon() [all …]
|
H A D | compound_convolve_neon_dotprod.c | 197 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in av1_dist_wtd_convolve_2d_neon_dotprod() 313 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in dist_wtd_convolve_x_dist_wtd_avg_neon_dotprod() 436 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in dist_wtd_convolve_x_avg_neon_dotprod() 653 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in av1_dist_wtd_convolve_x_neon_dotprod()
|
H A D | convolve_scale_neon.h | 143 const int16_t *src, int src_stride, uint8_t *dst8, int dst8_stride, in compound_avg_convolve_vert_scale_8tap_neon() 229 const int16_t *src, int src_stride, uint8_t *dst8, int dst8_stride, in compound_dist_wtd_convolve_vert_scale_8tap_neon() 593 const int16_t *src, int src_stride, uint8_t *dst8, int dst8_stride, in compound_avg_convolve_vert_scale_6tap_neon() 679 const int16_t *src, int src_stride, uint8_t *dst8, int dst8_stride, in compound_dist_wtd_convolve_vert_scale_6tap_neon()
|
H A D | compound_convolve_neon.h | 244 int16_t *src_ptr, const int src_stride, uint8_t *dst8_ptr, int dst8_stride, in dist_wtd_convolve_2d_vert_6tap_dist_wtd_avg_neon() 400 int16_t *src_ptr, const int src_stride, uint8_t *dst8_ptr, int dst8_stride, in dist_wtd_convolve_2d_vert_6tap_avg_neon() 719 int16_t *src_ptr, const int src_stride, uint8_t *dst8_ptr, int dst8_stride, in dist_wtd_convolve_2d_vert_8tap_dist_wtd_avg_neon() 883 int16_t *src_ptr, const int src_stride, uint8_t *dst8_ptr, int dst8_stride, in dist_wtd_convolve_2d_vert_8tap_avg_neon()
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | av1_convolve_scale_sse4.c | 233 uint8_t *dst8, int dst8_stride, int w, int h, in av1_convolve_2d_scale_sse4_1()
|