Home
last modified time | relevance | path

Searched refs:LumaDeviationS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_types_atmo_algo_prvt.h148 float LumaDeviationS; member
H A Drk_aiq_atmo_algo.cpp321 pAtmoCtx->CurrAeResult.LumaDeviationS = AecHdrProcResult.HdrLumaDeviation[0]; in AtmoGetSensorInfo()
322 pAtmoCtx->CurrAeResult.LumaDeviationS = abs(pAtmoCtx->CurrAeResult.LumaDeviationS); in AtmoGetSensorInfo()
335 pAtmoCtx->CurrAeResult.LumaDeviationS = AecHdrProcResult.HdrLumaDeviation[0]; in AtmoGetSensorInfo()
336 pAtmoCtx->CurrAeResult.LumaDeviationS = abs(pAtmoCtx->CurrAeResult.LumaDeviationS); in AtmoGetSensorInfo()
1036 pAtmoCtx->ProcRes.TmoFlicker.LumaDeviation[0] = pAtmoCtx->CurrAeResult.LumaDeviationS; in TmoGetCurrIOData()
1040 pAtmoCtx->ProcRes.TmoFlicker.LumaDeviation[0] = pAtmoCtx->CurrAeResult.LumaDeviationS; in TmoGetCurrIOData()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3607 float LumaDeviationS = 0; in hdrtmoSceneStable() local
3626 LumaDeviationS = LumaDeviation[0]; in hdrtmoSceneStable()
3631 else if(LumaDeviationL == 0 && LumaDeviationS > 0) in hdrtmoSceneStable()
3632 LumaDeviationFinnal = LumaDeviationS; in hdrtmoSceneStable()
3636 LumaDeviationS = LumaDeviation[0]; in hdrtmoSceneStable()
3644 else if(LumaDeviationM == 0 && LumaDeviationL == 0 && LumaDeviationS == 0) in hdrtmoSceneStable()
3645 LumaDeviationFinnal = LumaDeviationS; in hdrtmoSceneStable()
3649 frameId, LumaDeviationLinear, LumaDeviationS, LumaDeviationM, LumaDeviationL); in hdrtmoSceneStable()