Searched defs:subpel_y (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 26 const int subpel_y, in high_inter_predictor() 49 const int subpel_y = mv.row & SUBPEL_MASK; in vp9_highbd_build_inter_predictor() local 71 const int subpel_y = mv.row & SUBPEL_MASK; in vp9_build_inter_predictor() local 186 int xs, ys, subpel_x, subpel_y; in build_inter_predictors() local
|
D | vp9_reconinter.h | 26 const int subpel_y, in inter_predictor()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 507 int subpel_x, int subpel_y, in extend_and_predict() 539 int subpel_x, int subpel_y, in extend_and_predict() 568 buf_stride, subpel_x, subpel_y; in dec_build_inter_predictors() local
|