Searched refs:ME_LAMBDA_DISCOUNT (Results 1 – 3 of 3) sorted by relevance
626 #define ME_LAMBDA_DISCOUNT 0 macro
3536 ((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()
6875 lambda_recon = ((float)lambda_recon * (100.0f - ME_LAMBDA_DISCOUNT) / 100.0f); in hme_refine()