Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_stasino_helpers.c538 LWORD64 source_satd; // to hold source for current 8x8 block in ihevce_psy_rd_cost_croma() local
595 source_satd = pui4_source_satd[index_for_src_satd]; in ihevce_psy_rd_cost_croma()
628 psy_rd_cost += (lambda_mod * llabs(source_satd - recon_satd)); in ihevce_psy_rd_cost_croma()
717 LWORD64 source_satd; // to hold source for current 8x8 block in ihevce_psy_rd_cost() local
765 source_satd = pui4_source_satd[index_for_src_satd]; in ihevce_psy_rd_cost()
789 psy_rd_cost += (lambda_mod * llabs(source_satd - recon_satd)); in ihevce_psy_rd_cost()