Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dfindnearmv.h25 static void mv_bias(int refmb_ref_frame_sign_bias, int refframe, int_mv *mvp, in mv_bias() argument
30 mvp->as_mv.row *= -1; in mv_bias()
31 mvp->as_mv.col *= -1; in mv_bias()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c1084 int_mv mvp; member
1204 bsi->mvp.as_int = bsi->sv_mvp[i].as_int; in rd_check_segment()
1206 bsi->mvp.as_int = bsi->sv_mvp[2].as_int; in rd_check_segment()
1216 bsi->mvp.as_int = x->e_mbd.block[i-1].bmi.mv.as_int; in rd_check_segment()
1218 bsi->mvp.as_int = x->e_mbd.block[i-4].bmi.mv.as_int; in rd_check_segment()
1229 mvp_full.as_mv.row = bsi->mvp.as_mv.row >>3; in rd_check_segment()
1230 mvp_full.as_mv.col = bsi->mvp.as_mv.col >>3; in rd_check_segment()
1399 bsi.mvp.as_int = best_ref_mv->as_int; in vp8_rd_pick_best_mbsegmentation()
1478 bsi.mvp.as_int = bsi.sv_mvp[0].as_int; in vp8_rd_pick_best_mbsegmentation()
1530 int_mv *mvp, in vp8_mv_pred() argument
[all …]
Drdopt.h129 int_mv *mvp,
Dpickinter.c600 int_mv mvp; in vp8_pick_inter_mode() local
896 mvp.as_int = parent_ref_mv.as_int; in vp8_pick_inter_mode()
915 &mvp,x->e_mbd.mode_info_context->mbmi.ref_frame, in vp8_pick_inter_mode()
924 mvp_full.as_mv.col = mvp.as_mv.col>>3; in vp8_pick_inter_mode()
925 mvp_full.as_mv.row = mvp.as_mv.row>>3; in vp8_pick_inter_mode()
928 mvp.as_int = best_ref_mv.as_int; in vp8_pick_inter_mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c1627 int_mv mvp; member
1812 bsi->mvp.as_int = mi->bmi[i - 1].as_mv[0].as_int; in rd_check_segment_txsize()
1814 bsi->mvp.as_int = mi->bmi[i - 2].as_mv[0].as_int; in rd_check_segment_txsize()
1820 max_mv = MAX(abs(bsi->mvp.as_mv.row), abs(bsi->mvp.as_mv.col)) >> 3; in rd_check_segment_txsize()
1832 mvp_full.row = bsi->mvp.as_mv.row >> 3; in rd_check_segment_txsize()
1833 mvp_full.col = bsi->mvp.as_mv.col >> 3; in rd_check_segment_txsize()
2110 bsi->mvp.as_int = best_ref_mv->as_int; in rd_pick_best_mbsegmentation()