| /external/libaom/av1/common/ | 
| D | convolve.c | 38       const int16_t *const x_filter =  in av1_convolve_horiz_rs_c()  local63       const int16_t *const x_filter =  in av1_highbd_convolve_horiz_rs_c()  local
 94   const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_convolve_2d_sr_c()  local
 161   const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_convolve_x_sr_c()  local
 195   const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_dist_wtd_convolve_2d_c()  local
 306   const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_dist_wtd_convolve_x_c()  local
 399       const int16_t *x_filter =  in av1_convolve_2d_scale_c()  local
 582   const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_highbd_convolve_x_sr_c()  local
 635   const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_highbd_convolve_2d_sr_c()  local
 689   const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_highbd_dist_wtd_convolve_2d_c()  local
 [all …]
 
 | 
| D | filter.h | 71   uint16_t x_filter;  member
 | 
| /external/libaom/av1/common/arm/ | 
| D | convolve_neon.c | 268   const int8x8_t x_filter = vshrn_n_s16(vld1q_s16(x_filter_ptr), 1);  in av1_convolve_x_sr_neon()  local412   const int8x8_t x_filter = vshrn_n_s16(vld1q_s16(x_filter_ptr), 1);  in av1_convolve_x_sr_neon()  local
 588   const int16x8_t x_filter = vshrq_n_s16(vld1q_s16(x_filter_ptr), 1);  in av1_convolve_x_sr_neon()  local
 1326     const int8x16_t x_filter = vcombine_s8(vmovn_s16(x_filter_s16.val[0]),  in av1_convolve_2d_sr_horiz_12tap_neon()  local
 1592     const int8x16_t x_filter = vcombine_s8(vmovn_s16(x_filter_s16.val[0]),  in av1_convolve_2d_sr_horiz_12tap_neon()  local
 2130   const int8x8_t x_filter = vshrn_n_s16(x_filter_s16, 1);  in av1_convolve_2d_sr_horiz_neon()  local
 2282   const int8x8_t x_filter = vshrn_n_s16(x_filter_s16, 1);  in av1_convolve_2d_sr_horiz_neon()  local
 2431     const int dst_stride, int width, int height, const int16x8_t x_filter,  in horiz_filter_w8_single_row()
 2477     const int dst_stride, int width, int height, const int16x8_t x_filter,  in horiz_filter_w4_single_row()
 2531   const int16x8_t x_filter = vshrq_n_s16(x_filter_s16, 1);  in av1_convolve_2d_sr_horiz_neon()  local
 [all …]
 
 | 
| D | jnt_convolve_neon.c | 295   const int8x8_t x_filter = vmovn_s16(x_filter_s16);  in dist_wtd_convolve_2d_horiz_neon()  local386   const int8x8_t x_filter = vmovn_s16(x_filter_s16);  in dist_wtd_convolve_2d_horiz_neon()  local
 475     const int16x8_t x_filter, const int im_h, int w, const int round_0) {  in dist_wtd_convolve_2d_horiz_neon()
 1179   const int16x8_t x_filter = vshrq_n_s16(vld1q_s16(x_filter_ptr), 1);  in av1_dist_wtd_convolve_2d_neon()  local
 1344   const int8x8_t x_filter = vshrn_n_s16(vld1q_s16(x_filter_ptr), 1);  in av1_dist_wtd_convolve_x_neon()  local
 1526   const int8x8_t x_filter = vshrn_n_s16(vld1q_s16(x_filter_ptr), 1);  in av1_dist_wtd_convolve_x_neon()  local
 1713   const int16x8_t x_filter = vshrq_n_s16(vld1q_s16(x_filter_ptr), 1);  in av1_dist_wtd_convolve_x_neon()  local
 
 | 
| /external/libaom/aom_dsp/ | 
| D | aom_convolve.c | 45       const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in convolve_horiz()  local192       const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in highbd_convolve_horiz()  local
 
 | 
| /external/libvpx/vpx_dsp/ | 
| D | vpx_convolve.c | 33       const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in convolve_horiz()  local55       const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in convolve_avg_horiz()  local
 305       const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in highbd_convolve_horiz()  local
 327       const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in highbd_convolve_avg_horiz()  local
 
 | 
| /external/libvpx/vpx_dsp/mips/ | 
| D | vpx_convolve8_mmi.c | 518       const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in convolve_horiz()  local589       const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in convolve_avg_horiz()  local
 
 | 
| D | vpx_convolve8_msa.c | 634                                 uint8_t *dst, const int16_t *x_filter) {  in filter_horiz_w4_msa()675                                 uint8_t *dst, const int16_t *x_filter) {  in filter_horiz_w8_msa()
 725                                  uint8_t *dst, const int16_t *x_filter) {  in filter_horiz_w16_msa()
 865       const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in scaledconvolve_horiz_w4()  local
 901       const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in scaledconvolve_horiz_w8()  local
 939         const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in scaledconvolve_horiz_mul16()  local
 
 | 
| /external/libvpx/vpx_dsp/x86/ | 
| D | vpx_subpixel_8t_intrin_ssse3.c | 744                                   const int16_t *const x_filter) {  in filter_horiz_w8_ssse3()790         const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in scaledconvolve_horiz_w8()  local
 865         const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in scaledconvolve_horiz_w4()  local
 
 | 
| /external/libaom/aom_dsp/x86/ | 
| D | aom_subpixel_8t_intrin_ssse3.c | 759                                   const int16_t *const x_filter) {  in filter_horiz_w8_ssse3()805         const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in scaledconvolve_horiz_w8()  local
 872         const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];  in scaledconvolve_horiz_w4()  local
 
 | 
| /external/libaom/av1/common/x86/ | 
| D | jnt_convolve_ssse3.c | 57     const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_dist_wtd_convolve_2d_ssse3()  local
 | 
| D | highbd_convolve_2d_sse4.c | 206     const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_highbd_dist_wtd_convolve_2d_sse4_1()  local
 | 
| D | jnt_convolve_sse2.c | 418     const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_dist_wtd_convolve_2d_sse2()  local
 | 
| D | convolve_2d_sse2.c | 259       const int16_t *x_filter = av1_get_interp_filter_subpel_kernel(  in av1_convolve_2d_sr_sse2()  local
 | 
| /external/libvpx/vpx_dsp/ppc/ | 
| D | vpx_convolve_vsx.c | 179                                              const int16_t *const x_filter) {  in convolve_line_h()
 | 
| /external/libaom/aom_dsp/flow_estimation/ | 
| D | disflow.c | 285   const int16_t *x_filter = dir ? sobel_a : sobel_b;  in convolve_2d_sobel_y()  local
 |