/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.h | 25 const int subpel_x, const int subpel_y, in inter_predictor() argument 29 sf->predict[subpel_x != 0][subpel_y != 0][ref](src, src_stride, dst, in inter_predictor() 31 xs, subpel_y, ys, w, h); in inter_predictor() 37 const int subpel_x, const int subpel_y, const struct scale_factors *sf, in highbd_inter_predictor() argument 39 sf->highbd_predict[subpel_x != 0][subpel_y != 0][ref]( in highbd_inter_predictor() 40 src, src_stride, dst, dst_stride, kernel, subpel_x, xs, subpel_y, ys, w, in highbd_inter_predictor()
|
D | vp9_reconinter.c | 33 const int subpel_y = mv.row & SUBPEL_MASK; in vp9_highbd_build_inter_predictor() local 37 highbd_inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, in vp9_highbd_build_inter_predictor() 53 const int subpel_y = mv.row & SUBPEL_MASK; in vp9_build_inter_predictor() local 57 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, sf, w, in vp9_build_inter_predictor() 154 int xs, ys, subpel_x, subpel_y; in build_inter_predictors() local 187 subpel_y = scaled_mv.row & SUBPEL_MASK; in build_inter_predictors() 195 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys, in build_inter_predictors() 199 subpel_y, sf, w, h, ref, kernel, xs, ys); in build_inter_predictors() 203 subpel_y, sf, w, h, ref, kernel, xs, ys); in build_inter_predictors()
|
/external/libaom/libaom/av1/common/ |
D | reconinter.h | 82 int subpel_y; member 102 sp->subpel_y >>= SCALE_EXTRA_BITS; in revert_scale_extra_bits() 106 assert(sp->subpel_y < SUBPEL_SHIFTS); in revert_scale_extra_bits() 125 subpel_params->xs, subpel_params->subpel_y, in inter_predictor() 131 interp_filters, sp.subpel_x, sp.xs, sp.subpel_y, in inter_predictor() 150 subpel_params->subpel_x, subpel_params->xs, subpel_params->subpel_y, in highbd_inter_predictor() 157 sp.xs, sp.subpel_y, sp.ys, 0, conv_params, sf, is_intrabc, bd); in highbd_inter_predictor()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 519 int dst_buf_stride, int subpel_x, int subpel_y, in extend_and_predict() argument 530 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd); in extend_and_predict() 535 dst_buf_stride, subpel_x, subpel_y, sf, w, h, ref, kernel, in extend_and_predict() 544 int dst_buf_stride, int subpel_x, int subpel_y, in extend_and_predict() argument 555 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x, subpel_y, sf, w, in extend_and_predict() 570 subpel_x, subpel_y; in dec_build_inter_predictors() local 629 subpel_y = scaled_mv.row & SUBPEL_MASK; in dec_build_inter_predictors() 658 if (subpel_y || (sf->y_step_q4 != SUBPEL_SHIFTS)) { in dec_build_inter_predictors() 675 subpel_x, subpel_y, kernel, sf, in dec_build_inter_predictors() 687 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd); in dec_build_inter_predictors() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 61 subpel_params->subpel_y = pos_y & SCALE_SUBPEL_MASK; in calc_subpel_params() 69 subpel_params->subpel_y = (mv_q4.row & SUBPEL_MASK) << SCALE_EXTRA_BITS; in calc_subpel_params()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 580 subpel_params->subpel_y = pos_y & SCALE_SUBPEL_MASK; in dec_calc_subpel_params() 612 subpel_params->subpel_y = (mv_q4.row & SUBPEL_MASK) << SCALE_EXTRA_BITS; in dec_calc_subpel_params()
|