Lines Matching refs:mvdx1

964     S16 mvdx1, mvdx2, mvdy1, mvdy2;  in compute_mv_cost_explicit()  local
1013 COMPUTE_DIFF_MV(mvdx1, mvdy1, ps_node, mv_p_x, mv_p_y, inp_shift, pred_shift); in compute_mv_cost_explicit()
1014 mvdx1 = ABS(mvdx1); in compute_mv_cost_explicit()
1023 if((mvdx1 + mvdy1) < (mvdx2 + mvdy2)) in compute_mv_cost_explicit()
1026 hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) + ref_bits + 2; in compute_mv_cost_explicit()
1127 S16 mvdx1, mvdy1; in compute_mv_cost_explicit_refine() local
1137 COMPUTE_DIFF_MV(mvdx1, mvdy1, ps_node, mv_p_x, mv_p_y, inp_shift, pred_shift); in compute_mv_cost_explicit_refine()
1138 mvdx1 = ABS(mvdx1); in compute_mv_cost_explicit_refine()
1141 cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) + ref_bits + 2; in compute_mv_cost_explicit_refine()
1185 S16 mvdx1, mvdx2, mvdy1, mvdy2; in compute_mv_cost_implicit() local
1270 COMPUTE_DIFF_MV(mvdx1, mvdy1, ps_node, mv_p_x, mv_p_y, inp_shift, pred_shift); in compute_mv_cost_implicit()
1271 mvdx1 = ABS(mvdx1); in compute_mv_cost_implicit()
1288 if((mvdx1 + mvdy1) < (mvdx2 + mvdy2)) in compute_mv_cost_implicit()
1290 cost = 2 * hme_get_range(mvdx1) + 2 * hme_get_range(mvdy1) + 2 * (mvdx1 > 0) + in compute_mv_cost_implicit()
1320 S16 mvdx1, mvdx2, mvdy1, mvdy2; in compute_mv_cost_implicit_high_speed() local
1372 COMPUTE_DIFF_MV(mvdx1, mvdy1, ps_node, mv_p_x, mv_p_y, inp_shift, pred_shift); in compute_mv_cost_implicit_high_speed()
1373 mvdx1 = ABS(mvdx1); in compute_mv_cost_implicit_high_speed()
1391 if((mvdx1 + mvdy1) < (mvdx2 + mvdy2)) in compute_mv_cost_implicit_high_speed()
1394 hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) + ref_bits + 2; in compute_mv_cost_implicit_high_speed()
1418 S16 mvdx1, mvdy1; in compute_mv_cost_implicit_high_speed_modified() local
1429 COMPUTE_DIFF_MV(mvdx1, mvdy1, ps_node, mv_p_x, mv_p_y, inp_shift, pred_shift); in compute_mv_cost_implicit_high_speed_modified()
1430 mvdx1 = ABS(mvdx1); in compute_mv_cost_implicit_high_speed_modified()
1433 cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) + ref_bits + 2; in compute_mv_cost_implicit_high_speed_modified()
2193 S16 mvdx1, mvdy1; in hme_calc_sad_and_2_best_results() local
2214 mvdx1, mvdy1, ps_search_node, mv_p_x, mv_p_y, inp_shift, pred_shift); in hme_calc_sad_and_2_best_results()
2216 mvdx1 = ABS(mvdx1); in hme_calc_sad_and_2_best_results()
2219 i4_mv_cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + in hme_calc_sad_and_2_best_results()
2646 S16 mvdx1, mvdy1; in hme_calc_stim_injected_sad_and_2_best_results() local
2667 mvdx1, mvdy1, ps_search_node, mv_p_x, mv_p_y, inp_shift, pred_shift); in hme_calc_stim_injected_sad_and_2_best_results()
2669 mvdx1 = ABS(mvdx1); in hme_calc_stim_injected_sad_and_2_best_results()
2672 i4_mv_cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + in hme_calc_stim_injected_sad_and_2_best_results()
2969 S16 mvdx1, mvdy1; in hme_calc_sad_and_1_best_result() local
2990 mvdx1, mvdy1, ps_search_node, mv_p_x, mv_p_y, inp_shift, pred_shift); in hme_calc_sad_and_1_best_result()
2992 mvdx1 = ABS(mvdx1); in hme_calc_sad_and_1_best_result()
2995 i4_mv_cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + in hme_calc_sad_and_1_best_result()
3222 S16 mvdx1, mvdy1; in hme_calc_stim_injected_sad_and_1_best_result() local
3243 mvdx1, mvdy1, ps_search_node, mv_p_x, mv_p_y, inp_shift, pred_shift); in hme_calc_stim_injected_sad_and_1_best_result()
3245 mvdx1 = ABS(mvdx1); in hme_calc_stim_injected_sad_and_1_best_result()
3248 i4_mv_cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + in hme_calc_stim_injected_sad_and_1_best_result()
3718 S16 mvdx1, mvdx2, mvdy1, mvdy2; in hme_set_mvp_node() local
3764 COMPUTE_MV_DIFFERENCE(mvdx1, mvdy1, ps_candt_prj_coloc, mv_p_x, mv_p_y, inp_shift, pred_shift); in hme_set_mvp_node()
3765 mvdx1 = ABS(mvdx1); in hme_set_mvp_node()
3783 if((mvdx1 + mvdy1) < (mvdx2 + mvdy2)) in hme_set_mvp_node()