Searched refs:y0_q4 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 70 int y0_q4, int y_step_q4, int w, int h) { in convolve_vert() argument 75 int y_q4 = y0_q4; in convolve_vert() 93 int y0_q4, int y_step_q4, int w, int h) { in convolve_avg_vert() argument 98 int y_q4 = y0_q4; in convolve_avg_vert() 119 int y0_q4, int y_step_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() 194 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vpx_convolve8_vert_c() local 200 y0_q4, y_step_q4, w, h); in vpx_convolve8_vert_c() 209 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vpx_convolve8_avg_vert_c() local [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 656 int y0_q4, int y_step_q4, int w, int h) { in scaledconvolve_vert_w4() argument 658 int y_q4 = y0_q4; in scaledconvolve_vert_w4() 718 int y0_q4, int y_step_q4, int w, int h) { in scaledconvolve_vert_w8() argument 720 int y_q4 = y0_q4; in scaledconvolve_vert_w8() 809 int y0_q4, int y_step_q4, int w, int h) { in scaledconvolve_vert_w16() argument 811 int y_q4 = y0_q4; in scaledconvolve_vert_w16() 832 int y0_q4, int y_step_q4, in scaledconvolve2d() argument 849 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in scaledconvolve2d() 868 dst_stride, y_filters, y0_q4, y_step_q4, w, h); in scaledconvolve2d() 871 dst_stride, y_filters, y0_q4, y_step_q4, w, h); in scaledconvolve2d() [all …]
|