Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dpickinter.c394 static void update_mvcount(MACROBLOCK *x, int_mv *best_ref_mv) in update_mvcount() argument
402 best_ref_mv->as_mv.row) >> 1)]++; in update_mvcount()
404 best_ref_mv->as_mv.col) >> 1)]++; in update_mvcount()
580 int_mv best_ref_mv; in vp8_pick_inter_mode() local
651 best_ref_mv.as_int = 0; in vp8_pick_inter_mode()
681 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int; in vp8_pick_inter_mode()
727 best_ref_mv.as_int = best_ref_mv_sb[sign_bias].as_int; in vp8_pick_inter_mode()
741 && best_ref_mv.as_int==0) in vp8_pick_inter_mode()
744 && best_ref_mv.as_int==parent_ref_mv.as_int) in vp8_pick_inter_mode()
866 int col_min = ((best_ref_mv.as_mv.col+7)>>3) - MAX_FULL_PEL_VAL; in vp8_pick_inter_mode()
[all …]
Drdopt.c953 int_mv *this_mv, int_mv *best_ref_mv, in labels2mode() argument
992 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102); in labels2mode()
1387 int_mv *best_ref_mv, int best_rd, in vp8_rd_pick_best_mbsegmentation() argument
1398 bsi.ref_mv = best_ref_mv; in vp8_rd_pick_best_mbsegmentation()
1399 bsi.mvp.as_int = best_ref_mv->as_int; in vp8_rd_pick_best_mbsegmentation()
1425 int col_min = ((best_ref_mv->as_mv.col+7)>>3) - MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1426 int row_min = ((best_ref_mv->as_mv.row+7)>>3) - MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1427 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1428 int row_max = (best_ref_mv->as_mv.row>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation()
1737 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h47 int_mv best_ref_mv[2]; member
Dvp9_firstpass.c565 int_mv best_ref_mv; in vp9_first_pass() local
567 best_ref_mv.as_int = 0; in vp9_first_pass()
640 first_pass_motion_search(cpi, x, &best_ref_mv.as_mv, &mv.as_mv, in vp9_first_pass()
649 if (best_ref_mv.as_int) { in vp9_first_pass()
699 best_ref_mv.as_int = 0; in vp9_first_pass()
727 best_ref_mv.as_int = mv.as_int; in vp9_first_pass()
Dvp9_rdopt.c1478 int_mv *best_ref_mv[2], in labels2mode()
1493 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv, in labels2mode()
1497 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv, in labels2mode()
2086 int_mv *best_ref_mv, in rd_pick_best_mbsegmentation() argument
2108 bsi->ref_mv[0] = best_ref_mv; in rd_pick_best_mbsegmentation()
2110 bsi->mvp.as_int = best_ref_mv->as_int; in rd_pick_best_mbsegmentation()
2280 ctx->best_ref_mv[0].as_int = ref_mv->as_int; in store_coding_context()
2281 ctx->best_ref_mv[1].as_int = second_ref_mv->as_int; in store_coding_context()