Searched refs:ProcResV10 (Results 1 – 3 of 3) sorted by relevance
172 ProcRes->ProcResV10.dc_min_th = int(dc_min_th); // 0~255, (8bit) dc_min_th in GetDehazeParams()173 ProcRes->ProcResV10.dc_max_th = int(dc_max_th); // 0~255, (8bit) dc_max_th in GetDehazeParams()174 ProcRes->ProcResV10.yhist_th = int(yhist_th); // 0~255, (8bit) yhist_th in GetDehazeParams()175 ProcRes->ProcResV10.yblk_th = int(yblk_th * ((rawWidth + 15) / 16) * in GetDehazeParams()177 ProcRes->ProcResV10.dark_th = int(dark_th); // 0~255, (8bit) dark_th in GetDehazeParams()178 ProcRes->ProcResV10.bright_min = int(bright_min); // 0~255, (8bit) bright_min in GetDehazeParams()179 ProcRes->ProcResV10.bright_max = int(bright_max); // 0~255, (8bit) bright_max in GetDehazeParams()181 ProcRes->ProcResV10.wt_max = int(wt_max * 256); // 0~255, (9bit) wt_max in GetDehazeParams()182 ProcRes->ProcResV10.air_min = int(air_min); // 0~255, (8bit) air_min in GetDehazeParams()183 ProcRes->ProcResV10.air_max = int(air_max); // 0~256, (8bit) air_max in GetDehazeParams()[all …]
1472 if (dhaze.ProcResV10.enable) { in convertAiqAdehazeToIsp20Params()1479 cfg->enhance_en = dhaze.ProcResV10.enhance_en; in convertAiqAdehazeToIsp20Params()1480 cfg->hist_chn = dhaze.ProcResV10.hist_chn; in convertAiqAdehazeToIsp20Params()1481 cfg->hpara_en = dhaze.ProcResV10.hpara_en; in convertAiqAdehazeToIsp20Params()1482 cfg->hist_en = dhaze.ProcResV10.hist_en; in convertAiqAdehazeToIsp20Params()1483 cfg->dc_en = dhaze.ProcResV10.dc_en; in convertAiqAdehazeToIsp20Params()1484 cfg->big_en = dhaze.ProcResV10.big_en; in convertAiqAdehazeToIsp20Params()1485 cfg->nobig_en = dhaze.ProcResV10.nobig_en; in convertAiqAdehazeToIsp20Params()1486 cfg->yblk_th = dhaze.ProcResV10.yblk_th; in convertAiqAdehazeToIsp20Params()1487 cfg->yhist_th = dhaze.ProcResV10.yhist_th; in convertAiqAdehazeToIsp20Params()[all …]
256 AdehazeV10ProcResult_t ProcResV10; member