Searched refs:parent_ref_mv (Results 1 – 1 of 1) sorted by relevance
414 int_mv *parent_ref_mv, int mb_row, int mb_col) in get_lower_res_motion_info() argument450 (*parent_ref_mv).as_mv.row = store_mode_info[parent_mb_index].mv.as_mv.row in get_lower_res_motion_info()453 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col in get_lower_res_motion_info()457 vp8_clamp_mv2(parent_ref_mv, xd); in get_lower_res_motion_info()617 int_mv parent_ref_mv; in vp8_pick_inter_mode() local624 &parent_mode, &parent_ref_mv, mb_row, mb_col); in vp8_pick_inter_mode()744 && best_ref_mv.as_int==parent_ref_mv.as_int) in vp8_pick_inter_mode()896 mvp.as_int = parent_ref_mv.as_int; in vp8_pick_inter_mode()897 mvp_full.as_mv.col = parent_ref_mv.as_mv.col>>3; in vp8_pick_inter_mode()898 mvp_full.as_mv.row = parent_ref_mv.as_mv.row>>3; in vp8_pick_inter_mode()[all …]