Searched defs:subpel_y (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.h | 25 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()
|
D | vp9_reconinter.c | 33 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/libaom/libaom/av1/common/ |
D | reconinter.h | 82 int subpel_y; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 519 int dst_buf_stride, int subpel_x, int subpel_y, in extend_and_predict() 544 int dst_buf_stride, int subpel_x, int subpel_y, in extend_and_predict() 570 subpel_x, subpel_y; in dec_build_inter_predictors() local
|