Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.c73 int xs, int ys) { in inter_predictor() argument
76 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h); in inter_predictor()
178 int xs, ys, subpel_x, subpel_y; in build_inter_predictors() local
184 ys = sf->y_step_q4; in build_inter_predictors()
189 xs = ys = 16; in build_inter_predictors()
197 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys); in build_inter_predictors()
281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, in dec_build_inter_predictors() local
319 ys = sf->y_step_q4; in dec_build_inter_predictors()
331 xs = ys = 16; in dec_build_inter_predictors()
352 int y1 = ((y0_16 + (h - 1) * ys) >> SUBPEL_BITS) + 1; in dec_build_inter_predictors()
[all …]