Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_defs.h626 #define ME_LAMBDA_DISCOUNT 0 macro
Dhme_interface.c3536 ((float)ps_refine_prms->lambda_inp) * (100.0f - ME_LAMBDA_DISCOUNT) / 100.0f; in hme_set_refine_prms()
3538 ((float)ps_refine_prms->lambda_recon) * (100.0f - ME_LAMBDA_DISCOUNT) / 100.0f; in hme_set_refine_prms()
4607 s_coarse_prms.lambda = ((float)s_coarse_prms.lambda * (100.0 - ME_LAMBDA_DISCOUNT) / 100.0); in hme_coarse_process_frm()
Dhme_refine.c6875 lambda_recon = ((float)lambda_recon * (100.0f - ME_LAMBDA_DISCOUNT) / 100.0f); in hme_refine()