Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_coarse.c407 S32 sad_4x8, cost_4x8, sad_8x4, cost_8x4; in hme_combine_4x4_sads_and_compute_cost_high_quality() local
419 cost_4x8 = cost_8x4 = in hme_combine_4x4_sads_and_compute_cost_high_quality()
422 cost_4x8 += sad_4x8; in hme_combine_4x4_sads_and_compute_cost_high_quality()
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()
491 S32 sad_4x8, cost_4x8, sad_8x4, cost_8x4; in hme_combine_4x4_sads_and_compute_cost_high_speed() local
502 cost_4x8 = cost_8x4 = in hme_combine_4x4_sads_and_compute_cost_high_speed()
505 cost_4x8 += (mvx != 0) ? 1 : 0; in hme_combine_4x4_sads_and_compute_cost_high_speed()
506 cost_4x8 += (mvy != 0) ? 1 : 0; in hme_combine_4x4_sads_and_compute_cost_high_speed()
507 cost_4x8 = (cost_4x8 * lambda + rnd) >> lambda_q_shift; in hme_combine_4x4_sads_and_compute_cost_high_speed()
[all …]