Lines Matching refs:mv_x_range
385 S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range; in hme_combine_4x4_sads_and_compute_cost_high_quality() local
399 mv_x_range = (-ps_mv_limit->i2_min_x + ps_mv_limit->i2_max_x) >> step_shift_x; in hme_combine_4x4_sads_and_compute_cost_high_quality()
409 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range; in hme_combine_4x4_sads_and_compute_cost_high_quality()
462 S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range; in hme_combine_4x4_sads_and_compute_cost_high_speed() local
476 mv_x_range = (-ps_mv_limit->i2_min_x + ps_mv_limit->i2_max_x) >> step_shift_x; in hme_combine_4x4_sads_and_compute_cost_high_speed()
494 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range; in hme_combine_4x4_sads_and_compute_cost_high_speed()
578 S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range; in hme_store_4x4_sads_high_quality() local
611 mv_x_range = (-ps_mv_limit->i2_min_x + ps_mv_limit->i2_max_x) >> step_shift_x; in hme_store_4x4_sads_high_quality()
638 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range] = sad; in hme_store_4x4_sads_high_quality()
661 S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range; in hme_store_4x4_sads_high_speed() local
695 mv_x_range = (-ps_mv_limit->i2_min_x + ps_mv_limit->i2_max_x) >> step_shift_x; in hme_store_4x4_sads_high_speed()
722 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range] = sad; in hme_store_4x4_sads_high_speed()