Home
last modified time | relevance | path

Searched refs:mv_x_range (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_coarse_layer_sad_neon.c117 S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range; in hme_store_4x4_sads_high_speed_neon() local
149 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_neon()
185 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range]; in hme_store_4x4_sads_high_speed_neon()
270 S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range; in hme_store_4x4_sads_high_quality_neon() local
302 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_neon()
336 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range]; in hme_store_4x4_sads_high_quality_neon()
465 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_neon() local
483 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_neon()
501 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range; in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
626 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_neon() local
[all …]
/external/libhevc/encoder/
Dhme_coarse.c385 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
[all …]