Searched refs:pAdehzeProcRes (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/ |
| H A D | rk_aiq_adehaze_algo_v10.cpp | 592 RkAiqAdehazeProcResult_t* pAdehzeProcRes) { in AdehazeProcess() argument 597 pAdehzeProcRes->enable, in AdehazeProcess() 598 (pAdehzeProcRes->ProcResV10.dc_en & FUNCTION_ENABLE) && in AdehazeProcess() 599 (!(pAdehzeProcRes->ProcResV10.enhance_en & FUNCTION_ENABLE)), in AdehazeProcess() 600 (pAdehzeProcRes->ProcResV10.dc_en & FUNCTION_ENABLE) && in AdehazeProcess() 601 (pAdehzeProcRes->ProcResV10.enhance_en & FUNCTION_ENABLE), in AdehazeProcess() 602 pAdehzeProcRes->ProcResV10.hist_en); in AdehazeProcess() 648 bool DehazeEnableSetting(AdehazeHandle_t* pAdehazeCtx, RkAiqAdehazeProcResult_t* pAdehzeProcRes) { in DehazeEnableSetting() argument 652 pAdehzeProcRes->enable = pAdehazeCtx->AdehazeAtrrV10.stAuto.DehazeTuningPara.Enable; in DehazeEnableSetting() 657 pAdehzeProcRes->ProcResV10.dc_en = FUNCTION_ENABLE; in DehazeEnableSetting() [all …]
|
| H A D | rk_aiq_adehaze_algo_v11.cpp | 746 RkAiqAdehazeProcResult_t* pAdehzeProcRes) { in AdehazeProcess() argument 750 pAdehzeProcRes->enable, in AdehazeProcess() 751 (pAdehzeProcRes->ProcResV11.dc_en & FUNCTION_ENABLE) && in AdehazeProcess() 752 (!(pAdehzeProcRes->ProcResV11.enhance_en & FUNCTION_ENABLE)), in AdehazeProcess() 753 (pAdehzeProcRes->ProcResV11.dc_en & FUNCTION_ENABLE) && in AdehazeProcess() 754 (pAdehzeProcRes->ProcResV11.enhance_en & FUNCTION_ENABLE), in AdehazeProcess() 755 pAdehzeProcRes->ProcResV11.hist_en); in AdehazeProcess() 763 pAdehzeProcRes->ProcResV11.cfg_alpha = in AdehazeProcess() 772 GetDehazeParamsV11(&pAdehazeCtx->AdehazeAtrrV11.stAuto.DehazeTuningPara, pAdehzeProcRes, in AdehazeProcess() 779 pAdehzeProcRes, pAdehazeCtx->AdehazeAtrrV11.Info.MEnhanceStrth, in AdehazeProcess() [all …]
|
| H A D | rk_aiq_adehaze_algo_v11_duo.cpp | 867 RkAiqAdehazeProcResult_t* pAdehzeProcRes) { in AdehazeProcess() argument 871 pAdehzeProcRes->enable, in AdehazeProcess() 872 (pAdehzeProcRes->ProcResV11duo.dc_en & FUNCTION_ENABLE) && in AdehazeProcess() 873 (!(pAdehzeProcRes->ProcResV11duo.enhance_en & FUNCTION_ENABLE)), in AdehazeProcess() 874 (pAdehzeProcRes->ProcResV11duo.dc_en & FUNCTION_ENABLE) && in AdehazeProcess() 875 (pAdehzeProcRes->ProcResV11duo.enhance_en & FUNCTION_ENABLE), in AdehazeProcess() 876 pAdehzeProcRes->ProcResV11duo.hist_en); in AdehazeProcess() 884 pAdehzeProcRes->ProcResV11duo.cfg_alpha = in AdehazeProcess() 894 pAdehzeProcRes, pAdehazeCtx->width, pAdehazeCtx->height, in AdehazeProcess() 900 &pAdehazeCtx->AdehazeAtrrV11duo.stAuto.DehazeTuningPara, pAdehzeProcRes, in AdehazeProcess() [all …]
|
| H A D | rk_aiq_adehaze_algo_v12.cpp | 1293 RkAiqAdehazeProcResult_t* pAdehzeProcRes) { in AdehazeProcess() argument 1297 pAdehzeProcRes->enable, in AdehazeProcess() 1298 (pAdehzeProcRes->ProcResV12.dc_en & FUNCTION_ENABLE) && in AdehazeProcess() 1299 (!(pAdehzeProcRes->ProcResV12.enhance_en & FUNCTION_ENABLE)), in AdehazeProcess() 1300 (pAdehzeProcRes->ProcResV12.dc_en & FUNCTION_ENABLE) && in AdehazeProcess() 1301 (pAdehzeProcRes->ProcResV12.enhance_en & FUNCTION_ENABLE), in AdehazeProcess() 1302 pAdehzeProcRes->ProcResV12.hist_en); in AdehazeProcess() 1306 pAdehzeProcRes->ProcResV12.cfg_alpha = in AdehazeProcess() 1319 GetDehazeParamsV12(&pAdehazeCtx->AdehazeAtrrV12.stAuto.DehazeTuningPara, pAdehzeProcRes, in AdehazeProcess() 1324 pAdehzeProcRes->ProcResV12.round_en = FUNCTION_ENABLE; in AdehazeProcess() [all …]
|
| H A D | rk_aiq_adehaze_algo_v11_duo.h | 42 RkAiqAdehazeProcResult_t* pAdehzeProcRes); 44 bool DehazeEnableSetting(AdehazeHandle_t* pAdehazeCtx, RkAiqAdehazeProcResult_t* pAdehzeProcRes);
|
| H A D | rk_aiq_adehaze_algo_v11.h | 42 RkAiqAdehazeProcResult_t* pAdehzeProcRes); 44 bool DehazeEnableSetting(AdehazeHandle_t* pAdehazeCtx, RkAiqAdehazeProcResult_t* pAdehzeProcRes);
|
| H A D | rk_aiq_adehaze_algo_v12.h | 42 RkAiqAdehazeProcResult_t* pAdehzeProcRes); 44 bool DehazeEnableSetting(AdehazeHandle_t* pAdehazeCtx, RkAiqAdehazeProcResult_t* pAdehzeProcRes);
|
| H A D | rk_aiq_adehaze_algo_v10.h | 43 RkAiqAdehazeProcResult_t* pAdehzeProcRes); 45 bool DehazeEnableSetting(AdehazeHandle_t* pAdehazeCtx, RkAiqAdehazeProcResult_t* pAdehzeProcRes);
|