/external/libaom/libaom/av1/common/ |
D | convolve.c | 38 const int16_t *const x_filter = in av1_convolve_horiz_rs_c() local 63 const int16_t *const x_filter = in av1_highbd_convolve_horiz_rs_c() local 90 const int16_t *x_filter = dir ? sobel_a : sobel_b; in av1_convolve_2d_sobel_y_c() local 133 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_2d_sr_c() local 214 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_x_sr_c() local 265 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_2d_c() local 382 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_x_c() local 483 const int16_t *x_filter = in av1_convolve_2d_scale_c() local 639 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_highbd_convolve_x_sr_c() local 701 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_highbd_convolve_2d_sr_c() local [all …]
|
D | filter.h | 68 uint16_t x_filter; member
|
/external/libaom/libaom/aom_dsp/ |
D | aom_convolve.c | 45 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz() local 159 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in highbd_convolve_horiz() local
|
/external/libaom/libaom/av1/common/arm/ |
D | convolve_neon.c | 216 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_x_sr_neon() local 851 const int dst_stride, int width, int height, const int16_t *x_filter, in horiz_filter_w8_single_row() 897 const int dst_stride, int width, int height, const int16_t *x_filter, in horiz_filter_w4_single_row() 975 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_2d_sr_neon() local
|
D | jnt_convolve_neon.c | 734 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_2d_neon() local 906 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_x_neon() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 33 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz() local 55 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/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() local 589 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/libaom/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 | convolve_2d_sse2.c | 47 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_2d_sr_sse2() local
|
D | highbd_convolve_2d_sse4.c | 210 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 | 426 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_2d_sse2() local
|
/external/libvpx/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/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 179 const int16_t *const x_filter) { in convolve_line_h()
|