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
707 best_ref_mv.as_int = 0; in vp8_pick_inter_mode()
731 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int; in vp8_pick_inter_mode()
786 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int; in vp8_pick_inter_mode()
798 best_ref_mv.as_int == 0) in vp8_pick_inter_mode()
801 best_ref_mv.as_int == parent_ref_mv.as_int) in vp8_pick_inter_mode()
910 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.c543 int_mv best_ref_mv; in vp8_first_pass() local
545 best_ref_mv.as_int = 0; in vp8_first_pass()
619 first_pass_motion_search(cpi, x, &best_ref_mv, &d->bmi.mv.as_mv, in vp8_first_pass()
625 if (best_ref_mv.as_int) { in vp8_first_pass()
657 best_ref_mv.as_int = 0; in vp8_first_pass()
683 best_ref_mv.as_int = d->bmi.mv.as_int; in vp8_first_pass()
/external/libaom/libaom/av1/encoder/
Dfirstpass.c431 MV best_ref_mv = kZeroMv; in av1_first_pass() local
575 first_pass_motion_search(cpi, x, &best_ref_mv, &mv, &motion_error); in av1_first_pass()
579 if (!is_zero_mv(&best_ref_mv)) { in av1_first_pass()
630 best_ref_mv.row = 0; in av1_first_pass()
631 best_ref_mv.col = 0; in av1_first_pass()
670 best_ref_mv = mv; in av1_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h208 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.c816 TileDataEnc *tile_data, MV *best_ref_mv, in vp9_first_pass_encode_tile_mb_row() argument
1085 first_pass_motion_search(cpi, x, best_ref_mv, &mv, &motion_error); in vp9_first_pass_encode_tile_mb_row()
1094 vp9_get_mvpred_var(x, &mv, best_ref_mv, &v_fn_ptr, 0); in vp9_first_pass_encode_tile_mb_row()
1098 if (!is_zero_mv(best_ref_mv)) { in vp9_first_pass_encode_tile_mb_row()
1155 best_ref_mv->row = 0; in vp9_first_pass_encode_tile_mb_row()
1156 best_ref_mv->col = 0; in vp9_first_pass_encode_tile_mb_row()
1214 *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.c1433 int_mv *best_ref_mv[2], const int *mvjcost, in set_and_cost_bmi_mvs()
1446 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv, in set_and_cost_bmi_mvs()
1450 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv, in set_and_cost_bmi_mvs()
1855 VP9_COMP *cpi, MACROBLOCK *x, int_mv *best_ref_mv, in rd_pick_best_sub8x8_mode() argument
1890 bsi->ref_mv[0] = best_ref_mv; in rd_pick_best_sub8x8_mode()
1892 bsi->mvp.as_int = best_ref_mv->as_int; in rd_pick_best_sub8x8_mode()