Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_convolve.c69 int y0_q4, int y_step_q4, int w, int h) { in convolve_vert() argument
74 int y_q4 = y0_q4; in convolve_vert()
92 int y0_q4, int y_step_q4, int w, int h) { in convolve_avg_vert() argument
97 int y_q4 = y0_q4; in convolve_avg_vert()
118 int y0_q4, int y_step_q4, in convolve() argument
138 y_filters, y0_q4, y_step_q4, w, h); in convolve()
184 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vp9_convolve8_vert_c() local
188 y0_q4, y_step_q4, w, h); in vp9_convolve8_vert_c()
197 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vp9_convolve8_avg_vert_c() local
201 y0_q4, y_step_q4, w, h); in vp9_convolve8_avg_vert_c()
[all …]