Home
last modified time | relevance | path

Searched refs:EachChnCurve_smooth (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/
H A Drk_aiq_amerge_algo_v12.cpp235 if ((pAmergeCtx->NextData.HandleData.Merge_v12.EachChnCurve_smooth - in AmergeGetTuningProcResV12()
236 pAmergeCtx->CurrData.HandleData.Merge_v12.EachChnCurve_smooth) > FLT_EPSILON || in AmergeGetTuningProcResV12()
237 (pAmergeCtx->NextData.HandleData.Merge_v12.EachChnCurve_smooth - in AmergeGetTuningProcResV12()
238 pAmergeCtx->CurrData.HandleData.Merge_v12.EachChnCurve_smooth) < -FLT_EPSILON || in AmergeGetTuningProcResV12()
243 CalibrateEachChnCurve(pAmergeCtx->NextData.HandleData.Merge_v12.EachChnCurve_smooth, in AmergeGetTuningProcResV12()
246 if ((pAmergeCtx->NextData.HandleData.Merge_v12.EachChnCurve_smooth - in AmergeGetTuningProcResV12()
247 pAmergeCtx->CurrData.HandleData.Merge_v12.EachChnCurve_smooth) > FLT_EPSILON || in AmergeGetTuningProcResV12()
248 (pAmergeCtx->NextData.HandleData.Merge_v12.EachChnCurve_smooth - in AmergeGetTuningProcResV12()
249 pAmergeCtx->CurrData.HandleData.Merge_v12.EachChnCurve_smooth) < -FLT_EPSILON || in AmergeGetTuningProcResV12()
254 CalibrateEachChnCurve(pAmergeCtx->NextData.HandleData.Merge_v12.EachChnCurve_smooth, in AmergeGetTuningProcResV12()
[all …]
H A Drk_aiq_types_amerge_algo_prvt.h165 float EachChnCurve_smooth; member