Searched refs:hist (Results 1 – 5 of 5) sorted by relevance
501 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 …]
304 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()
88 u32 hist[IEP_LH_INTERVAL_NUM], p95; in PWRSAVE_CORE() local133 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()
171 unsigned int hist:22; member192 union HIST_CNT_REG hist[256]; /* 0x0200-0x05fc */ member
110 int de_fce_get_hist(unsigned int sel, unsigned int chno, unsigned int hist[256],
Completed in 24 milliseconds