Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2_osd.c63 uint32_t hist[221]; in iep2_osd_check() local
70 memset(hist, 0, sizeof(hist)); in iep2_osd_check()
77 if (idx >= MPP_ARRAY_ELEMS(hist)) { in iep2_osd_check()
81 hist[idx]++; in iep2_osd_check()
85 non_zero = total - hist[28 * 4]; in iep2_osd_check()
87 iep2_sort(hist, map, MPP_ARRAY_ELEMS(hist)); in iep2_osd_check()
89 domin = hist[map[0]]; in iep2_osd_check()
90 if (map[0] + 1 < MPP_ARRAY_ELEMS(hist)) in iep2_osd_check()
91 domin += hist[map[0] + 1]; in iep2_osd_check()
93 domin += hist[map[0] - 1]; in iep2_osd_check()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dhwpq_vdpp_proc.c110 p_api_params->param.hist.hist_cnt_en = 1; in set_hist_cnt_default_config()
111 p_api_params->param.hist.dci_hsd_mode = 0; in set_hist_cnt_default_config()
112 p_api_params->param.hist.dci_vsd_mode = 0; in set_hist_cnt_default_config()
113 p_api_params->param.hist.dci_yrgb_gather_num = 0; in set_hist_cnt_default_config()
114 p_api_params->param.hist.dci_yrgb_gather_en = 0; in set_hist_cnt_default_config()
389 params.param.hist.hist_cnt_en = p_vdpp_params->hist_cnt_en; in vdpp_set_user_cfg()
390 params.param.hist.dci_csc_range = p_vdpp_params->hist_csc_range; in vdpp_set_user_cfg()
H A Dvdpp2.h214 RK_S32 hist; // dci hist fd member
H A Dvdpp2.c415 dst_reg->dci.reg4.sw_dci_hist_addr = src_params->hist; in set_hist_to_vdpp2_reg()
1598 ctx->params.hist_cnt_en = param->hist.hist_cnt_en; in vdpp2_set_param()
1599 ctx->params.dci_hsd_mode = param->hist.dci_hsd_mode; in vdpp2_set_param()
1600 ctx->params.dci_vsd_mode = param->hist.dci_vsd_mode; in vdpp2_set_param()
1601 ctx->params.dci_yrgb_gather_num = param->hist.dci_yrgb_gather_num; in vdpp2_set_param()
1602 ctx->params.dci_yrgb_gather_en = param->hist.dci_yrgb_gather_en; in vdpp2_set_param()
1603 ctx->params.dci_csc_range = param->hist.dci_csc_range; in vdpp2_set_param()
2009 ctx->params.hist = *(RK_S32 *)iparam; in vdpp2_control()
/rockchip-linux_mpp/mpp/vproc/inc/
H A Dvdpp_api.h213 } hist; member