• Home
  • Raw
  • Download

Lines Matching refs:inter_pred_params

560     const MV *const src_mv, InterPredParams *const inter_pred_params,  in dec_calc_subpel_params()  argument
564 const struct scale_factors *sf = inter_pred_params->scale_factors; in dec_calc_subpel_params()
565 struct buf_2d *pre_buf = &inter_pred_params->ref_frame_buf; in dec_calc_subpel_params()
566 const int bw = inter_pred_params->block_width; in dec_calc_subpel_params()
567 const int bh = inter_pred_params->block_height; in dec_calc_subpel_params()
570 int ssx = inter_pred_params->subsampling_x; in dec_calc_subpel_params()
571 int ssy = inter_pred_params->subsampling_y; in dec_calc_subpel_params()
572 int orig_pos_y = inter_pred_params->pix_row << SUBPEL_BITS; in dec_calc_subpel_params()
574 int orig_pos_x = inter_pred_params->pix_col << SUBPEL_BITS; in dec_calc_subpel_params()
606 inter_pred_params->subsampling_x, in dec_calc_subpel_params()
607 inter_pred_params->subsampling_y); in dec_calc_subpel_params()
616 int pos_x = inter_pred_params->pix_col << SUBPEL_BITS; in dec_calc_subpel_params()
617 int pos_y = inter_pred_params->pix_row << SUBPEL_BITS; in dec_calc_subpel_params()
620 xd, src_mv, bw, bh, inter_pred_params->subsampling_x, in dec_calc_subpel_params()
621 inter_pred_params->subsampling_y); in dec_calc_subpel_params()
646 const MV *const src_mv, InterPredParams *const inter_pred_params, in dec_calc_subpel_params_and_extend() argument
652 dec_calc_subpel_params(src_mv, inter_pred_params, xd, mi_x, mi_y, pre, in dec_calc_subpel_params_and_extend()
656 inter_pred_params->scale_factors, &inter_pred_params->ref_frame_buf, in dec_calc_subpel_params_and_extend()
658 inter_pred_params->mode == WARP_PRED, inter_pred_params->is_intrabc, in dec_calc_subpel_params_and_extend()
659 inter_pred_params->use_hbd_buf, mc_buf[ref], pre, src_stride); in dec_calc_subpel_params_and_extend()