Searched refs:best_ref_mv (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c392 static void update_mvcount(VP8_COMP *cpi, MACROBLOCK *x, int_mv *best_ref_mv) argument
400 best_ref_mv->as_mv.row) >> 1)]++;
402 best_ref_mv->as_mv.col) >> 1)]++;
578 int_mv best_ref_mv; local
647 best_ref_mv.as_int = 0;
677 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
723 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int;
737 && best_ref_mv.as_int==0)
740 && best_ref_mv.as_int==parent_ref_mv.as_int)
862 int col_min = ((best_ref_mv
[all...]
H A Drdopt.c946 int_mv *this_mv, int_mv *best_ref_mv,
985 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1381 int_mv *best_ref_mv, int best_rd,
1392 bsi.ref_mv = best_ref_mv;
1393 bsi.mvp.as_int = best_ref_mv->as_int;
1419 int col_min = ((best_ref_mv->as_mv.col+7)>>3) - MAX_FULL_PEL_VAL;
1420 int row_min = ((best_ref_mv->as_mv.row+7)>>3) - MAX_FULL_PEL_VAL;
1421 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL;
1422 int row_max = (best_ref_mv->as_mv.row>>3) + MAX_FULL_PEL_VAL;
1731 static void rd_update_mvcount(VP8_COMP *cpi, MACROBLOCK *x, int_mv *best_ref_mv) argument
942 labels2mode( MACROBLOCK *x, int const *labelings, int which_label, B_PREDICTION_MODE this_mode, int_mv *this_mv, int_mv *best_ref_mv, int *mvcost[2] ) argument
1380 vp8_rd_pick_best_mbsegmentation(VP8_COMP *cpi, MACROBLOCK *x, int_mv *best_ref_mv, int best_rd, int *mdcounts, int *returntotrate, int *returnyrate, int *returndistortion, int mvthresh) argument
1945 int_mv best_ref_mv; local
[all...]
H A Dfirstpass.c580 int_mv best_ref_mv; local
582 best_ref_mv.as_int = 0;
656 first_pass_motion_search(cpi, x, &best_ref_mv,
663 if (best_ref_mv.as_int)
697 best_ref_mv.as_int = 0;
726 best_ref_mv.as_int = d->bmi.mv.as_int;

Completed in 71 milliseconds