/external/libaom/libaom/av1/common/ |
D | convolve.c | 103 const int16_t *y_filter = dir ? sobel_b : sobel_a; in av1_convolve_2d_sobel_y_c() local 149 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_2d_sr_c() local 183 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_y_sr_c() local 281 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_2d_c() local 332 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_y_c() local 505 const int16_t *y_filter = in av1_convolve_2d_scale_c() local 669 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_highbd_convolve_y_sr_c() local 717 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_highbd_convolve_2d_sr_c() local 773 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_highbd_dist_wtd_convolve_2d_c() local 871 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_highbd_dist_wtd_convolve_y_c() local [all …]
|
D | filter.h | 67 uint16_t y_filter; member
|
/external/libaom/libaom/aom_dsp/ |
D | aom_convolve.c | 65 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert() local 180 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_vert() local
|
/external/libaom/libaom/av1/common/arm/ |
D | convolve_neon.c | 124 const int16x4_t s6, const int16x4_t s7, const int16_t *y_filter, in convolve8_vert_4x4_s32() 153 const int16x8_t s6, const int16x8_t s7, const int16_t *y_filter, in convolve8_vert_8x4_s32() 620 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_y_sr_neon() local 1289 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_2d_sr_neon() local
|
D | convolve_neon.h | 205 const int16x4_t s6, const int16x4_t s7, const int16_t *y_filter, in convolve8_4x4_s32()
|
D | jnt_convolve_neon.c | 564 ConvolveParams *conv_params, const int16_t *y_filter, int h, int w) { in dist_wtd_convolve_2d_vert_neon() 736 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_2d_neon() local 1370 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_y_neon() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 78 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert() local 101 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_avg_vert() local 351 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_vert() local 375 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_avg_vert() local
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_mmi.c | 540 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert() local 563 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_avg_vert() local
|
D | vpx_convolve8_msa.c | 961 uint8_t *dst, const int16_t *y_filter) { in filter_vert_w4_msa() 1004 uint8_t *dst, const int16_t *y_filter) { in filter_vert_w8_msa() 1045 uint8_t *dst, const int16_t *y_filter, in filter_vert_mul_w16_msa() 1110 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4() local 1134 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8() local 1157 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_mul16() local
|
/external/libaom/libaom/av1/common/x86/ |
D | convolve_sse2.c | 24 const int16_t *const y_filter = av1_get_interp_filter_subpel_kernel( in prepare_coeffs() local
|
D | jnt_convolve_ssse3.c | 125 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_dist_wtd_convolve_2d_ssse3() local
|
D | convolve_2d_sse2.c | 113 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_convolve_2d_sr_sse2() local
|
D | highbd_convolve_2d_sse4.c | 277 const int16_t *y_filter = av1_get_interp_filter_subpel_kernel( in av1_highbd_dist_wtd_convolve_2d_sse4_1() local
|
D | jnt_convolve_sse2.c | 509 const int16_t *y_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 | 927 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4() local 960 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8() local 1014 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w16() local
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 247 const int16_t *const y_filter) { in convolve_line_v()
|