Searched refs:mv_y_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 148 mv_y_offset = -(ps_mv_limit->i2_min_y >> step_shift_y); 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 301 mv_y_offset = -(ps_mv_limit->i2_min_y >> step_shift_y); 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 482 mv_y_offset = (-ps_mv_limit->i2_min_y >> step_shift_y); 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/ |
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 398 mv_y_offset = (-ps_mv_limit->i2_min_y >> step_shift_y); 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 475 mv_y_offset = (-ps_mv_limit->i2_min_y >> step_shift_y); 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 610 mv_y_offset = -(ps_mv_limit->i2_min_y >> step_shift_y); 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 …]
|