/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 69 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument 75 int y_q4 = y0_q4; in convolve_vert() 92 const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument 98 int y_q4 = y0_q4; in convolve_avg_vert() 119 const InterpKernel *const y_filters, int y0_q4, in convolve() argument 135 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve() 145 y_filters, y0_q4, y_step_q4, w, h); in convolve() 184 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vpx_convolve8_vert_c() local 189 convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, y_step_q4, in vpx_convolve8_vert_c() 199 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vpx_convolve8_avg_vert_c() local [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve_neon.c | 21 const int y0_q4 = get_filter_offset(filter_y, get_filter_base(filter_y)); in vpx_highbd_convolve8_neon() local 25 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_highbd_convolve8_neon() 45 const int y0_q4 = get_filter_offset(filter_y, get_filter_base(filter_y)); in vpx_highbd_convolve8_avg_neon() local 49 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_highbd_convolve8_avg_neon()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 261 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument 267 int y_q4 = y0_q4; in convolve_vert() 281 const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument 287 int y_q4 = y0_q4; in convolve_avg_vert() 304 int y0_q4, int y_step_q4, int w, int h) { in convolve() argument 319 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve() 329 y_filters, y0_q4, y_step_q4, w, h); in convolve() 368 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vpx_convolve8_vert_vsx() local 373 convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, y_step_q4, in vpx_convolve8_vert_vsx() 383 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vpx_convolve8_avg_vert_vsx() local [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 642 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w4() argument 645 int y_q4 = y0_q4; in scaledconvolve_vert_w4() 704 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w8() argument 707 int y_q4 = y0_q4; in scaledconvolve_vert_w8() 795 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w16() argument 798 int y_q4 = y0_q4; in scaledconvolve_vert_w16() 818 int y0_q4, int y_step_q4, int w, int h) { in scaledconvolve2d() argument 834 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in scaledconvolve2d() 853 dst_stride, y_filters, y0_q4, y_step_q4, w, h); in scaledconvolve2d() 856 dst_stride, y_filters, y0_q4, y_step_q4, w, h); in scaledconvolve2d() [all …]
|