Searched defs:x0_q4 (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_convolve.c | 24 int x0_q4, int x_step_q4, int w, int h) { in convolve_horiz() 46 int x0_q4, int x_step_q4, int w, int h) { in convolve_avg_horiz() 116 int x0_q4, int x_step_q4, in convolve() 157 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_horiz_c() local 170 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_avg_horiz_c() local 210 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_c() local
|