Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.h25 const int subpel_x, const int subpel_y, in inter_predictor()
37 const int subpel_x, const int subpel_y, const struct scale_factors *sf, in highbd_inter_predictor()
Dvp9_reconinter.c33 const int subpel_y = mv.row & SUBPEL_MASK; in vp9_highbd_build_inter_predictor() local
53 const int subpel_y = mv.row & SUBPEL_MASK; in vp9_build_inter_predictor() local
154 int xs, ys, subpel_x, subpel_y; in build_inter_predictors() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c451 int dst_buf_stride, int subpel_x, int subpel_y, in extend_and_predict()
476 int dst_buf_stride, int subpel_x, int subpel_y, in extend_and_predict()
502 subpel_x, subpel_y; in dec_build_inter_predictors() local