Home
last modified time | relevance | path

Searched refs:x0_q4 (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_convolve.c24 int x0_q4, int x_step_q4, int w, int h) { in convolve_horiz() argument
28 int x_q4 = x0_q4; in convolve_horiz()
46 int x0_q4, int x_step_q4, int w, int h) { in convolve_avg_horiz() argument
50 int x_q4 = x0_q4; in convolve_avg_horiz()
116 int x0_q4, int x_step_q4, in convolve() argument
144 x_filters, x0_q4, x_step_q4, w, intermediate_height); in convolve()
165 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_horiz_c() local
171 x0_q4, x_step_q4, w, h); in vp9_convolve8_horiz_c()
180 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_avg_horiz_c() local
186 x0_q4, x_step_q4, w, h); in vp9_convolve8_avg_horiz_c()
[all …]