Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_fce.c501 total_pixel -= hist[i]; in auto_ce_model()
504 total_pixel -= hist[i]; in auto_ce_model()
552 if (hist[i] > mean) in auto_ce_model()
565 if (hist[i] > mean) in auto_ce_model()
583 if (hist[i] > uthr) in auto_ce_model()
597 if (hist[i] > uthr) in auto_ce_model()
608 if (hist[i] > uthr) in auto_ce_model()
722 total += hist[k]; in auto_bws_model()
750 validcnt -= hist[k]; in auto_bws_model()
769 cdf_b += hist[k]; in auto_bws_model()
[all …]
A Dde_bws.c304 unsigned int hist[256], unsigned int hist_pre[256], in auto_bws_model()
337 diff_hist += abs(hist[k] - hist_pre[k]); in auto_bws_model()
338 total += hist[k]; in auto_bws_model()
352 total += hist[k]; in auto_bws_model()
359 validcnt -= hist[k]; in auto_bws_model()
361 validcnt -= hist[k]; in auto_bws_model()
365 validsum -= hist[k] * k; in auto_bws_model()
367 validsum -= hist[k] * k; in auto_bws_model()
375 cdf_b += hist[k]; in auto_bws_model()
385 cdf_w += hist[k]; in auto_bws_model()
A Dde_smbl.c88 u32 hist[IEP_LH_INTERVAL_NUM], p95; in PWRSAVE_CORE() local
133 hist[0] = (histcnt[0]) / size; in PWRSAVE_CORE()
135 hist[i] = (histcnt[i]) / size + hist[i - 1]; in PWRSAVE_CORE()
139 if (hist[i] >= 95) { in PWRSAVE_CORE()
151 if (hist[i] < 80) in PWRSAVE_CORE()
A Dde_fce_type.h171 unsigned int hist:22; member
192 union HIST_CNT_REG hist[256]; /* 0x0200-0x05fc */ member
A Dde_enhance.h110 int de_fce_get_hist(unsigned int sel, unsigned int chno, unsigned int hist[256],

Completed in 24 milliseconds