Home | History | Annotate | Download | only in encoder

Lines Matching refs:as_mv

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