Searched refs: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() argument 31 sf->highbd_predict[subpel_x != 0][subpel_y != 0][ref]( in high_inter_predictor() 33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd); in high_inter_predictor() 49 const int subpel_y = mv.row & SUBPEL_MASK; in vp9_highbd_build_inter_predictor() local 53 high_inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, in vp9_highbd_build_inter_predictor() 71 const int subpel_y = mv.row & SUBPEL_MASK; in vp9_build_inter_predictor() local 75 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, in vp9_build_inter_predictor() 186 int xs, ys, subpel_x, subpel_y; in build_inter_predictors() local 213 subpel_y = scaled_mv.row & SUBPEL_MASK; in build_inter_predictors() 220 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys, in build_inter_predictors() [all …]
|
D | vp9_reconinter.h | 26 const int subpel_y, in inter_predictor() argument 31 sf->predict[subpel_x != 0][subpel_y != 0][ref]( in inter_predictor() 33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h); in inter_predictor() 40 const int subpel_y,
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 507 int subpel_x, int subpel_y, in extend_and_predict() argument 527 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd); in extend_and_predict() 530 subpel_y, sf, w, h, ref, kernel, xs, ys); in extend_and_predict() 539 int subpel_x, int subpel_y, in extend_and_predict() argument 551 subpel_y, sf, w, h, ref, kernel, xs, ys); in extend_and_predict() 568 buf_stride, subpel_x, subpel_y; in dec_build_inter_predictors() local 623 subpel_y = scaled_mv.row & SUBPEL_MASK; in dec_build_inter_predictors() 652 if (subpel_y || (sf->y_step_q4 != SUBPEL_SHIFTS)) { in dec_build_inter_predictors() 676 subpel_x, subpel_y, in dec_build_inter_predictors() 696 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd); in dec_build_inter_predictors() [all …]
|