• Home
  • Raw
  • Download

Lines Matching refs:as_mv

76     int xoffset = d->bmi.mv.as_mv.col & 7;  in get_inter_mbpred_error()
77 int yoffset = d->bmi.mv.as_mv.row & 7; in get_inter_mbpred_error()
79 in_what += (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3); in get_inter_mbpred_error()
688 …bestsme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, x->errorper… in vp8_pick_inter_mode()
689 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode()
690 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode()
701 …thissme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param + n, x->erro… in vp8_pick_inter_mode()
706 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode()
707 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode()
711 d->bmi.mv.as_mv.row = mode_mv[NEWMV].row; in vp8_pick_inter_mode()
712 d->bmi.mv.as_mv.col = mode_mv[NEWMV].col; in vp8_pick_inter_mode()
721 …bestsme = vp8_hex_search(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, sadpb/*x->errorperb… in vp8_pick_inter_mode()
722 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode()
723 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode()
727 …bestsme = cpi->diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, sadpb / 2/… in vp8_pick_inter_mode()
728 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode()
729 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode()
746 …thissme = cpi->diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param + n, sadpb … in vp8_pick_inter_mode()
751 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode()
752 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode()
756 d->bmi.mv.as_mv.row = mode_mv[NEWMV].row; in vp8_pick_inter_mode()
757 d->bmi.mv.as_mv.col = mode_mv[NEWMV].col; in vp8_pick_inter_mode()
767 …cpi->find_fractional_mv_step(x, b, d, &d->bmi.mv.as_mv, &best_ref_mv1, x->errorperbit, &cpi->fn_pt… in vp8_pick_inter_mode()
769 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; in vp8_pick_inter_mode()
770 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; in vp8_pick_inter_mode()
793 x->e_mbd.mode_info_context->mbmi.mv.as_mv = mode_mv[this_mode]; in vp8_pick_inter_mode()
935 vp8_set_mbmode_and_mvs(x, x->e_mbd.mode_info_context->mbmi.mode, &best_bmodes[0].mv.as_mv); in vp8_pick_inter_mode()
938 x->e_mbd.mode_info_context->mbmi.mv.as_mv = x->e_mbd.block[15].bmi.mv.as_mv; in vp8_pick_inter_mode()