Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_fce.c428 static int toupdate(int hist_mean, int hist_diff, int diff_coeff, in toupdate() argument
449 (diff_coeff > 100 && hist_diff > change_thr / 8) || in toupdate()
450 (diff_coeff > 64 && hist_diff > change_thr / 4) || in toupdate()
451 (diff_coeff > 32 && hist_diff > change_thr / 2)) { in toupdate()
631 p_hist_data->diff_coeff, change_thr); in auto_ce_model()
731 p_hist_data->diff_coeff = coeff; in auto_bws_model()
A Dde_fce_type.h263 unsigned int diff_coeff; member

Completed in 10 milliseconds