Searched refs:x0_q4 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 25 int x0_q4, int x_step_q4, int w, int h) { in convolve_horiz() argument 29 int x_q4 = x0_q4; in convolve_horiz() 47 int x0_q4, int x_step_q4, int w, int h) { in convolve_avg_horiz() argument 51 int x_q4 = x0_q4; in convolve_avg_horiz() 117 int x0_q4, int x_step_q4, in convolve() argument 143 x_filters, x0_q4, x_step_q4, w, intermediate_height); in convolve() 164 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vpx_convolve8_horiz_c() local 170 x0_q4, x_step_q4, w, h); in vpx_convolve8_horiz_c() 179 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vpx_convolve8_avg_horiz_c() local 185 x0_q4, x_step_q4, w, h); in vpx_convolve8_avg_horiz_c() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 459 int x0_q4, int x_step_q4, int w, int h) { in scaledconvolve_horiz_w8() argument 469 int x_q4 = x0_q4; in scaledconvolve_horiz_w8() 581 int x0_q4, int x_step_q4, int w, int h) { in scaledconvolve_horiz_w4() argument 587 int x_q4 = x0_q4; in scaledconvolve_horiz_w4() 830 int x0_q4, int x_step_q4, in scaledconvolve2d() argument 858 src_stride, temp, 64, x_filters, x0_q4, x_step_q4, in scaledconvolve2d() 862 src_stride, temp, 64, x_filters, x0_q4, x_step_q4, in scaledconvolve2d() 894 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vpx_scaled_2d_ssse3() local 900 filters_x, x0_q4, x_step_q4, in vpx_scaled_2d_ssse3()
|