Searched refs:best_mv_y_4x8 (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_coarse_layer_sad_neon.c | 435 best_mv_y_4x8 = mvy; \ 457 S32 best_mv_y_4x8, best_mv_x_4x8, best_mv_y_8x4, best_mv_x_8x4; in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local 600 ps_best_mv_4x8->i2_mv_y = best_mv_y_4x8; in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() 618 S32 best_mv_y_4x8, best_mv_x_4x8, best_mv_y_8x4, best_mv_x_8x4; in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local 762 ps_best_mv_4x8->i2_mv_y = best_mv_y_4x8; in hme_combine_4x4_sads_and_compute_cost_high_quality_neon()
|
/external/libhevc/encoder/ |
D | hme_coarse.c | 383 S32 stepy, stepx, best_mv_y_4x8, best_mv_x_4x8, best_mv_y_8x4, best_mv_x_8x4; in hme_combine_4x4_sads_and_compute_cost_high_quality() local 428 best_mv_y_4x8 = mvy; in hme_combine_4x4_sads_and_compute_cost_high_quality() 441 ps_best_mv_4x8->i2_mv_y = best_mv_y_4x8; in hme_combine_4x4_sads_and_compute_cost_high_quality() 460 S32 stepy, stepx, best_mv_y_4x8, best_mv_x_4x8, best_mv_y_8x4, best_mv_x_8x4; in hme_combine_4x4_sads_and_compute_cost_high_speed() local 519 best_mv_y_4x8 = mvy; in hme_combine_4x4_sads_and_compute_cost_high_speed() 532 ps_best_mv_4x8->i2_mv_y = best_mv_y_4x8; in hme_combine_4x4_sads_and_compute_cost_high_speed()
|