Home
last modified time | relevance | path

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

/external/libhevc/encoder/arm/
Dihevce_coarse_layer_sad_neon.c434 best_mv_x_4x8 = mvx + i * stepx; \
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
599 ps_best_mv_4x8->i2_mv_x = best_mv_x_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
761 ps_best_mv_4x8->i2_mv_x = best_mv_x_4x8; in hme_combine_4x4_sads_and_compute_cost_high_quality_neon()
/external/libhevc/encoder/
Dhme_coarse.c383 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
427 best_mv_x_4x8 = mvx; in hme_combine_4x4_sads_and_compute_cost_high_quality()
440 ps_best_mv_4x8->i2_mv_x = best_mv_x_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
518 best_mv_x_4x8 = mvx; in hme_combine_4x4_sads_and_compute_cost_high_speed()
531 ps_best_mv_4x8->i2_mv_x = best_mv_x_4x8; in hme_combine_4x4_sads_and_compute_cost_high_speed()