Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c378 static void update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) { in update_mvcount() argument
384 best_ref_mv->as_mv.row) >> in update_mvcount()
387 best_ref_mv->as_mv.col) >> in update_mvcount()
568 int_mv best_ref_mv; in vp8_pick_inter_mode() local
710 best_ref_mv.as_int = 0; in vp8_pick_inter_mode()
734 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int; in vp8_pick_inter_mode()
789 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int; in vp8_pick_inter_mode()
801 best_ref_mv.as_int == 0) in vp8_pick_inter_mode()
804 best_ref_mv.as_int == parent_ref_mv.as_int) in vp8_pick_inter_mode()
913 int col_min = ((best_ref_mv.as_mv.col + 7) >> 3) - MAX_FULL_PEL_VAL; in vp8_pick_inter_mode()
[all …]
Drdopt.c812 int_mv *best_ref_mv, int *mvcost[2]) { in labels2mode() argument
844 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102); in labels2mode()
1200 int_mv *best_ref_mv, int best_rd, in vp8_rd_pick_best_mbsegmentation() argument
1211 bsi.ref_mv = best_ref_mv; in vp8_rd_pick_best_mbsegmentation()
1212 bsi.mvp.as_int = best_ref_mv->as_int; in vp8_rd_pick_best_mbsegmentation()
1233 int col_min = ((best_ref_mv->as_mv.col + 7) >> 3) - MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1234 int row_min = ((best_ref_mv->as_mv.row + 7) >> 3) - MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1235 int col_max = (best_ref_mv->as_mv.col >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1236 int row_max = (best_ref_mv->as_mv.row >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1561 static void rd_update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) { in rd_update_mvcount() argument
[all …]
Dfirstpass.c539 int_mv best_ref_mv; in vp8_first_pass() local
541 best_ref_mv.as_int = 0; in vp8_first_pass()
614 first_pass_motion_search(cpi, x, &best_ref_mv, &d->bmi.mv.as_mv, in vp8_first_pass()
620 if (best_ref_mv.as_int) { in vp8_first_pass()
652 best_ref_mv.as_int = 0; in vp8_first_pass()
678 best_ref_mv.as_int = d->bmi.mv.as_int; in vp8_first_pass()
/external/libaom/libaom/av1/encoder/
Dfirstpass.c566 const int raw_motion_err_counts, int *raw_motion_err_list, MV *best_ref_mv, in firstpass_inter_prediction() argument
609 first_pass_motion_search(cpi, x, best_ref_mv, &mv, &motion_error); in firstpass_inter_prediction()
613 if (!is_zero_mv(best_ref_mv)) { in firstpass_inter_prediction()
685 best_ref_mv->row = 0; in firstpass_inter_prediction()
686 best_ref_mv->col = 0; in firstpass_inter_prediction()
723 *best_ref_mv = best_mv; in firstpass_inter_prediction()
948 MV best_ref_mv = kZeroMv; in av1_first_pass() local
976 raw_motion_err_list, &best_ref_mv, &last_mv, &stats); in av1_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h238 MV *best_ref_mv, int mb_row);
Dvp9_ethread.c407 MV best_ref_mv; in first_pass_worker_hook() local
427 best_ref_mv = zero_mv; in first_pass_worker_hook()
431 this_tile, &best_ref_mv, mb_row); in first_pass_worker_hook()
Dvp9_firstpass.c817 TileDataEnc *tile_data, MV *best_ref_mv, in vp9_first_pass_encode_tile_mb_row() argument
1087 first_pass_motion_search(cpi, x, best_ref_mv, &mv, &motion_error); in vp9_first_pass_encode_tile_mb_row()
1096 vp9_get_mvpred_var(x, &mv, best_ref_mv, &v_fn_ptr, 0); in vp9_first_pass_encode_tile_mb_row()
1100 if (!is_zero_mv(best_ref_mv)) { in vp9_first_pass_encode_tile_mb_row()
1157 best_ref_mv->row = 0; in vp9_first_pass_encode_tile_mb_row()
1158 best_ref_mv->col = 0; in vp9_first_pass_encode_tile_mb_row()
1216 *best_ref_mv = mv; in vp9_first_pass_encode_tile_mb_row()
1327 MV best_ref_mv; in first_pass_encode() local
1332 best_ref_mv = zero_mv; in first_pass_encode()
1334 &best_ref_mv, mb_row); in first_pass_encode()
Dvp9_rdopt.c1574 int_mv *best_ref_mv[2], const int *mvjcost, in set_and_cost_bmi_mvs()
1587 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv, in set_and_cost_bmi_mvs()
1591 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv, in set_and_cost_bmi_mvs()
1998 VP9_COMP *cpi, MACROBLOCK *x, int_mv *best_ref_mv, in rd_pick_best_sub8x8_mode() argument
2033 bsi->ref_mv[0] = best_ref_mv; in rd_pick_best_sub8x8_mode()
2035 bsi->mvp.as_int = best_ref_mv->as_int; in rd_pick_best_sub8x8_mode()