Home
last modified time | relevance | path

Searched refs:cost_8x4 (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()
423 cost_8x4 += sad_8x4; in hme_combine_4x4_sads_and_compute_cost_high_quality()
431 if(cost_8x4 < min_cost_8x4) in hme_combine_4x4_sads_and_compute_cost_high_quality()
435 min_cost_8x4 = cost_8x4; 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()
509 cost_8x4 += (mvx != 0) ? 1 : 0; in hme_combine_4x4_sads_and_compute_cost_high_speed()
510 cost_8x4 += (mvy != 0) ? 1 : 0; in hme_combine_4x4_sads_and_compute_cost_high_speed()
511 cost_8x4 = (cost_8x4 * lambda + rnd) >> lambda_q_shift; in hme_combine_4x4_sads_and_compute_cost_high_speed()
[all …]