Home
last modified time | relevance | path

Searched refs:aboveleft (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dfindnearmv.c38 const MODE_INFO *aboveleft = above - 1; in vp8_find_near_mvs() local
84 if (aboveleft->mbmi.ref_frame != INTRA_FRAME) in vp8_find_near_mvs()
86 if (aboveleft->mbmi.mv.as_int) in vp8_find_near_mvs()
90 this_mv.as_int = aboveleft->mbmi.mv.as_int; in vp8_find_near_mvs()
91 … mv_bias(ref_frame_sign_bias[aboveleft->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias); in vp8_find_near_mvs()
115 + (aboveleft->mbmi.mode == SPLITMV); in vp8_find_near_mvs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmr_dissim.c106 const MODE_INFO *aboveleft = above - 1; in vp8_cal_dissimilarity() local
120 GET_MV_SIGN(aboveleft) in vp8_cal_dissimilarity()
149 GET_MV(aboveleft) in vp8_cal_dissimilarity()
Drdopt.c1539 const MODE_INFO *aboveleft = above - 1; in vp8_mv_pred() local
1575 if (aboveleft->mbmi.ref_frame != INTRA_FRAME) in vp8_mv_pred()
1577 near_mvs[vcnt].as_int = aboveleft->mbmi.mv.as_int; in vp8_mv_pred()
1578 …mv_bias(ref_frame_sign_bias[aboveleft->mbmi.ref_frame], refframe, &near_mvs[vcnt], ref_frame_sign_… in vp8_mv_pred()
1579 near_ref[vcnt] = aboveleft->mbmi.ref_frame; in vp8_mv_pred()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c353 const MODE_INFO *aboveleft = above - 1; in read_mb_modes_mv() local
406 if (aboveleft->mbmi.ref_frame != INTRA_FRAME) in read_mb_modes_mv()
408 if (aboveleft->mbmi.mv.as_int) in read_mb_modes_mv()
412 this_mv.as_int = aboveleft->mbmi.mv.as_int; in read_mb_modes_mv()
413 mv_bias(ref_frame_sign_bias[aboveleft->mbmi.ref_frame], in read_mb_modes_mv()
477 + (aboveleft->mbmi.mode == SPLITMV); in read_mb_modes_mv()