/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() 30 dst_stride, kernel, subpel_x, 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 | 32 const int subpel_x = mv.col & 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() 52 const int subpel_x = mv.col & 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 186 subpel_x = scaled_mv.col & SUBPEL_MASK; in build_inter_predictors() 195 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys, in build_inter_predictors() 198 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, subpel_x, in build_inter_predictors() 202 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, subpel_x, in build_inter_predictors()
|
/external/libaom/libaom/av1/common/ |
D | reconinter.h | 81 int subpel_x; member 101 sp->subpel_x >>= SCALE_EXTRA_BITS; in revert_scale_extra_bits() 105 assert(sp->subpel_x < SUBPEL_SHIFTS); in revert_scale_extra_bits() 124 interp_filters, subpel_params->subpel_x, 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() 156 src, src_stride, dst, dst_stride, w, h, interp_filters, sp.subpel_x, 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 529 CONVERT_TO_SHORTPTR(dst), dst_buf_stride, subpel_x, 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 628 subpel_x = scaled_mv.col & SUBPEL_MASK; in dec_build_inter_predictors() 652 if (subpel_x || (sf->x_step_q4 != SUBPEL_SHIFTS)) { in dec_build_inter_predictors() 675 subpel_x, subpel_y, kernel, sf, in dec_build_inter_predictors() 686 CONVERT_TO_SHORTPTR(dst), dst_buf->stride, subpel_x, in dec_build_inter_predictors() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 60 subpel_params->subpel_x = pos_x & SCALE_SUBPEL_MASK; in calc_subpel_params() 68 subpel_params->subpel_x = (mv_q4.col & SUBPEL_MASK) << SCALE_EXTRA_BITS; in calc_subpel_params()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 579 subpel_params->subpel_x = pos_x & SCALE_SUBPEL_MASK; in dec_calc_subpel_params() 611 subpel_params->subpel_x = (mv_q4.col & SUBPEL_MASK) << SCALE_EXTRA_BITS; in dec_calc_subpel_params()
|