Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c69 const int subpel_y, in inter_predictor() argument
74 sf->predict[subpel_x != 0][subpel_y != 0][ref]( in inter_predictor()
76 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h); in inter_predictor()
92 const int subpel_y = mv.row & SUBPEL_MASK; in vp9_build_inter_predictor() local
96 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, in vp9_build_inter_predictor()
207 int xs, ys, subpel_x, subpel_y; in build_inter_predictors() local
221 subpel_y = scaled_mv.row & SUBPEL_MASK; in build_inter_predictors()
226 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys); in build_inter_predictors()
306 subpel_x, subpel_y; in dec_build_inter_predictors() local
358 subpel_y = scaled_mv.row & SUBPEL_MASK; in dec_build_inter_predictors()
[all …]