| /external/libaom/third_party/SVT-AV1/ |
| D | convolve_2d_avx2.h | 20 const int32_t subpel_x_q4, int16_t *const im_block) { in convolve_2d_sr_hor_2tap_avx2() 107 const int32_t subpel_x_q4, int16_t *const im_block) { in convolve_2d_sr_hor_4tap_ssse3() 195 const int32_t subpel_x_q4, int16_t *const im_block) { in convolve_2d_sr_hor_6tap_avx2() 283 const int32_t subpel_x_q4, int16_t *const im_block) { in convolve_2d_sr_hor_8tap_avx2() 343 const int16_t *const im_block, const int32_t w, const int32_t h, in convolve_2d_sr_ver_2tap_avx2() 483 const int16_t *const im_block, const int32_t w, const int32_t h, in convolve_2d_sr_ver_2tap_half_avx2() 612 const int16_t *const im_block, const int32_t w, const int32_t h, in convolve_2d_sr_ver_4tap_avx2() 770 const int16_t *const im_block, const int32_t w, const int32_t h, in convolve_2d_sr_ver_6tap_avx2() 952 const int16_t *const im_block, const int32_t w, const int32_t h, in convolve_2d_sr_ver_8tap_avx2()
|
| /external/libaom/av1/common/arm/ |
| D | resize_neon_i8mm.c | 99 uint8_t *const im_block) { in scale_plane_2_to_1_6tap() 182 uint8_t *const im_block) { in scale_plane_4_to_1_8tap()
|
| D | resize_neon_dotprod.c | 111 uint8_t *const im_block) { in scale_plane_2_to_1_8tap() 209 uint8_t *const im_block) { in scale_plane_4_to_1_8tap()
|
| D | resize_neon.c | 245 uint8_t *const im_block) { in scale_plane_2_to_1_6tap() 326 uint8_t *const im_block) { in scale_plane_4_to_1_6tap()
|
| D | compound_convolve_neon_i8mm.c | 71 const uint8_t *src, int src_stride, int16_t *im_block, const int im_stride, in dist_wtd_convolve_2d_horiz_6tap_neon_i8mm() 198 const uint8_t *src, int src_stride, int16_t *im_block, const int im_stride, in dist_wtd_convolve_2d_horiz_8tap_neon_i8mm()
|
| D | highbd_convolve_scale_neon.c | 490 uint16_t *im_block = (uint16_t *)aom_memalign( in av1_highbd_convolve_2d_scale_neon() local
|
| D | compound_convolve_neon_dotprod.c | 80 const uint8_t *src, int src_stride, int16_t *im_block, const int im_stride, in dist_wtd_convolve_2d_horiz_neon_dotprod()
|
| D | convolve_neon.c | 1452 const uint8_t *src, int src_stride, int16_t *im_block, int im_stride, int w, in convolve_2d_sr_horiz_8tap_neon() 1806 uint16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_convolve_2d_sr_intrabc_neon() local
|
| D | convolve_neon_i8mm.c | 812 const uint8_t *src, int src_stride, int16_t *im_block, int im_stride, int w, in convolve_2d_sr_horiz_8tap_neon_i8mm()
|
| D | convolve_neon_dotprod.c | 1214 const uint8_t *src, int src_stride, int16_t *im_block, int im_stride, int w, in convolve_2d_sr_horiz_8tap_neon_dotprod()
|
| D | compound_convolve_neon.c | 59 const uint8_t *src, int src_stride, int16_t *im_block, const int im_stride, in dist_wtd_convolve_2d_horiz_neon()
|
| /external/libaom/av1/common/ |
| D | convolve.c | 84 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_convolve_2d_sr_c() local 208 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_convolve_2d_sr_intrabc_c() local 301 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_dist_wtd_convolve_2d_c() local 497 int16_t im_block[(2 * MAX_SB_SIZE + MAX_FILTER_TAP) * MAX_SB_SIZE]; in av1_convolve_2d_scale_c() local 743 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_highbd_convolve_2d_sr_c() local 817 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_highbd_convolve_2d_sr_intrabc_c() local 912 int16_t im_block[(MAX_SB_SIZE + MAX_FILTER_TAP - 1) * MAX_SB_SIZE]; in av1_highbd_dist_wtd_convolve_2d_c() local 1115 int16_t im_block[(2 * MAX_SB_SIZE + MAX_FILTER_TAP) * MAX_SB_SIZE]; in av1_highbd_convolve_2d_scale_c() local
|