Home
last modified time | relevance | path

Searched refs:best_ref_mv (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c392 static void update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) in update_mvcount() argument
400 best_ref_mv->as_mv.row) >> 1)]++; in update_mvcount()
402 best_ref_mv->as_mv.col) >> 1)]++; in update_mvcount()
578 int_mv best_ref_mv; in vp8_pick_inter_mode() local
648 best_ref_mv.as_int = 0; in vp8_pick_inter_mode()
678 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int; in vp8_pick_inter_mode()
731 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int; in vp8_pick_inter_mode()
745 && best_ref_mv.as_int==0) in vp8_pick_inter_mode()
748 && best_ref_mv.as_int==parent_ref_mv.as_int) in vp8_pick_inter_mode()
870 int col_min = ((best_ref_mv.as_mv.col+7)>>3) - MAX_FULL_PEL_VAL; in vp8_pick_inter_mode()
[all …]
Drdopt.c947 int_mv *this_mv, int_mv *best_ref_mv, in labels2mode() argument
986 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102); in labels2mode()
1381 int_mv *best_ref_mv, int best_rd, in vp8_rd_pick_best_mbsegmentation() argument
1392 bsi.ref_mv = best_ref_mv; in vp8_rd_pick_best_mbsegmentation()
1393 bsi.mvp.as_int = best_ref_mv->as_int; in vp8_rd_pick_best_mbsegmentation()
1419 int col_min = ((best_ref_mv->as_mv.col+7)>>3) - MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1420 int row_min = ((best_ref_mv->as_mv.row+7)>>3) - MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1421 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1422 int row_max = (best_ref_mv->as_mv.row>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1731 static void rd_update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) in rd_update_mvcount() argument
[all …]
Dfirstpass.c581 int_mv best_ref_mv; in vp8_first_pass() local
583 best_ref_mv.as_int = 0; in vp8_first_pass()
657 first_pass_motion_search(cpi, x, &best_ref_mv, in vp8_first_pass()
664 if (best_ref_mv.as_int) in vp8_first_pass()
698 best_ref_mv.as_int = 0; in vp8_first_pass()
727 best_ref_mv.as_int = d->bmi.mv.as_int; in vp8_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c514 int_mv best_ref_mv; in vp9_first_pass() local
516 best_ref_mv.as_int = 0; in vp9_first_pass()
619 first_pass_motion_search(cpi, x, &best_ref_mv.as_mv, &mv.as_mv, in vp9_first_pass()
628 if (best_ref_mv.as_int) { in vp9_first_pass()
682 best_ref_mv.as_int = 0; in vp9_first_pass()
724 best_ref_mv.as_int = mv.as_int; in vp9_first_pass()
Dvp9_rdopt.c1027 int_mv *best_ref_mv[2], const int *mvjcost, in set_and_cost_bmi_mvs()
1040 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv, in set_and_cost_bmi_mvs()
1044 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv, in set_and_cost_bmi_mvs()
1257 int_mv *best_ref_mv, in rd_pick_best_sub8x8_mode() argument
1294 bsi->ref_mv[0] = best_ref_mv; in rd_pick_best_sub8x8_mode()
1296 bsi->mvp.as_int = best_ref_mv->as_int; in rd_pick_best_sub8x8_mode()