Home
last modified time | relevance | path

Searched refs:LumaDeviationL (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.h146 float LumaDeviationL; member
H A Drk_aiq_atmo_algo.cpp319 pAtmoCtx->CurrAeResult.LumaDeviationL = AecHdrProcResult.HdrLumaDeviation[1]; in AtmoGetSensorInfo()
320 pAtmoCtx->CurrAeResult.LumaDeviationL = abs(pAtmoCtx->CurrAeResult.LumaDeviationL); in AtmoGetSensorInfo()
331 pAtmoCtx->CurrAeResult.LumaDeviationL = AecHdrProcResult.HdrLumaDeviation[2]; in AtmoGetSensorInfo()
332 pAtmoCtx->CurrAeResult.LumaDeviationL = abs(pAtmoCtx->CurrAeResult.LumaDeviationL); in AtmoGetSensorInfo()
1037 pAtmoCtx->ProcRes.TmoFlicker.LumaDeviation[1] = pAtmoCtx->CurrAeResult.LumaDeviationL; in TmoGetCurrIOData()
1042 pAtmoCtx->ProcRes.TmoFlicker.LumaDeviation[2] = pAtmoCtx->CurrAeResult.LumaDeviationL; in TmoGetCurrIOData()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3605 float LumaDeviationL = 0; in hdrtmoSceneStable() local
3627 LumaDeviationL = LumaDeviation[1]; in hdrtmoSceneStable()
3629 if(LumaDeviationL > 0) in hdrtmoSceneStable()
3630 LumaDeviationFinnal = LumaDeviationL; in hdrtmoSceneStable()
3631 else if(LumaDeviationL == 0 && LumaDeviationS > 0) in hdrtmoSceneStable()
3638 LumaDeviationL = LumaDeviation[2]; in hdrtmoSceneStable()
3642 else if(LumaDeviationM == 0 && LumaDeviationL > 0) in hdrtmoSceneStable()
3643 LumaDeviationFinnal = LumaDeviationL; in hdrtmoSceneStable()
3644 else if(LumaDeviationM == 0 && LumaDeviationL == 0 && LumaDeviationS == 0) in hdrtmoSceneStable()
3649 frameId, LumaDeviationLinear, LumaDeviationS, LumaDeviationM, LumaDeviationL); in hdrtmoSceneStable()