Home
last modified time | relevance | path

Searched refs:LumaDeviationM (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.h147 float LumaDeviationM; member
H A Drk_aiq_atmo_algo.cpp333 pAtmoCtx->CurrAeResult.LumaDeviationM = AecHdrProcResult.HdrLumaDeviation[1]; in AtmoGetSensorInfo()
334 pAtmoCtx->CurrAeResult.LumaDeviationM = abs(pAtmoCtx->CurrAeResult.LumaDeviationM); in AtmoGetSensorInfo()
1041 pAtmoCtx->ProcRes.TmoFlicker.LumaDeviation[1] = pAtmoCtx->CurrAeResult.LumaDeviationM; in TmoGetCurrIOData()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3606 float LumaDeviationM = 0; in hdrtmoSceneStable() local
3637 LumaDeviationM = LumaDeviation[1]; in hdrtmoSceneStable()
3640 if(LumaDeviationM > 0) in hdrtmoSceneStable()
3641 LumaDeviationFinnal = LumaDeviationM; in hdrtmoSceneStable()
3642 else if(LumaDeviationM == 0 && LumaDeviationL > 0) in hdrtmoSceneStable()
3644 else if(LumaDeviationM == 0 && LumaDeviationL == 0 && LumaDeviationS == 0) in hdrtmoSceneStable()
3649 frameId, LumaDeviationLinear, LumaDeviationS, LumaDeviationM, LumaDeviationL); in hdrtmoSceneStable()