Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_stasino_helpers.c539 LWORD64 recon_satd; // holds the current recon 8x8 satd in ihevce_psy_rd_cost_croma() local
618 recon_satd = ps_cmn_utils_optimised_function_list->pf_chroma_AC_HAD_4x4_8bit( in ihevce_psy_rd_cost_croma()
628 psy_rd_cost += (lambda_mod * llabs(source_satd - recon_satd)); in ihevce_psy_rd_cost_croma()
718 LWORD64 recon_satd; // holds the current recon 8x8 satd in ihevce_psy_rd_cost() local
779 recon_satd = ps_cmn_utils_optimised_function_list->pf_AC_HAD_8x8_8bit( in ihevce_psy_rd_cost()
789 psy_rd_cost += (lambda_mod * llabs(source_satd - recon_satd)); in ihevce_psy_rd_cost()