/external/libaom/libaom/av1/common/ |
D | filter.h | 52 int x_filter) { in av1_extract_interp_filter() 57 InterpFilter x_filter) { in av1_make_interp_filters()
|
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 132 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_2d_sr_c() local 213 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_x_sr_c() local 264 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_2d_c() local 381 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_x_c() local 480 const int16_t *x_filter = in av1_convolve_2d_scale_c() local 654 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_highbd_convolve_x_sr_c() local 715 const int16_t *x_filter = av1_get_interp_filter_subpel_kernel( in av1_highbd_convolve_2d_sr_c() local [all …]
|
/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/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 | 754 const int16_t *const x_filter) { in filter_horiz_w8_ssse3() 800 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w8() local 875 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w4() 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 882 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/ppc/ |
D | vpx_convolve_vsx.c | 179 const int16_t *const x_filter) { in convolve_line_h()
|