Searched refs:mv_x_offset (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_coarse_layer_sad_neon.c | 117 S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range; in hme_store_4x4_sads_high_speed_neon() local 147 mv_x_offset = -(ps_mv_limit->i2_min_x >> step_shift_x); in hme_store_4x4_sads_high_speed_neon() 184 [((mvx >> step_shift_x) + mv_x_offset) + 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 300 mv_x_offset = -(ps_mv_limit->i2_min_x >> step_shift_x); in hme_store_4x4_sads_high_quality_neon() 335 [((mvx >> step_shift_x) + mv_x_offset) + 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 481 mv_x_offset = (-ps_mv_limit->i2_min_x >> step_shift_x); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() 500 S32 sad_pos = ((mvx >> step_shift_x) + mv_x_offset) + 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/ |
D | hme_coarse.c | 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 397 mv_x_offset = (-ps_mv_limit->i2_min_x >> step_shift_x); in hme_combine_4x4_sads_and_compute_cost_high_quality() 408 S32 sad_pos = ((mvx >> step_shift_x) + mv_x_offset) + 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 474 mv_x_offset = (-ps_mv_limit->i2_min_x >> step_shift_x); in hme_combine_4x4_sads_and_compute_cost_high_speed() 493 S32 sad_pos = ((mvx >> step_shift_x) + mv_x_offset) + 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 609 mv_x_offset = -(ps_mv_limit->i2_min_x >> step_shift_x); in hme_store_4x4_sads_high_quality() 637 [((mvx >> step_shift_x) + mv_x_offset) + 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 …]
|