Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_coarse.c387 S32 min_cost_4x8 = MAX_32BIT_VAL; in hme_combine_4x4_sads_and_compute_cost_high_quality() local
425 if(cost_4x8 < min_cost_4x8) in hme_combine_4x4_sads_and_compute_cost_high_quality()
429 min_cost_4x8 = cost_4x8; in hme_combine_4x4_sads_and_compute_cost_high_quality()
466 S32 min_cost_4x8 = MAX_32BIT_VAL; in hme_combine_4x4_sads_and_compute_cost_high_speed() local
516 if(cost_4x8 < min_cost_4x8) in hme_combine_4x4_sads_and_compute_cost_high_speed()
520 min_cost_4x8 = cost_4x8; in hme_combine_4x4_sads_and_compute_cost_high_speed()
/external/libhevc/encoder/arm/
Dihevce_coarse_layer_sad_neon.c432 if(sad_array[0][i] < min_cost_4x8) \
436 min_cost_4x8 = sad_array[0][i]; \
471 S32 min_cost_4x8 = MAX_32BIT_VAL; in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local
632 S32 min_cost_4x8 = MAX_32BIT_VAL; in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local