Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp1100 float tmo_damp = pAtmoCtx->CurrData.CtrlData.TmoDamp; in TmoDamp() local
1195 … pAtmoCtx->CurrData.HandleData.GlobeMaxLuma = tmo_damp * pAtmoCtx->CurrData.HandleData.GlobeMaxLuma in TmoDamp()
1196 + (1 - tmo_damp) * pAtmoCtx->PrevData.HandleData.GlobeMaxLuma; in TmoDamp()
1197 … pAtmoCtx->CurrData.HandleData.GlobeLuma = tmo_damp * pAtmoCtx->CurrData.HandleData.GlobeLuma in TmoDamp()
1198 + (1 - tmo_damp) * pAtmoCtx->PrevData.HandleData.GlobeLuma; in TmoDamp()
1202 …pAtmoCtx->CurrData.HandleData.DetailsHighLight = tmo_damp * pAtmoCtx->CurrData.HandleData.DetailsH… in TmoDamp()
1203 + (1 - tmo_damp) * pAtmoCtx->PrevData.HandleData.DetailsHighLight; in TmoDamp()
1206 …pAtmoCtx->CurrData.HandleData.DetailsLowLight = tmo_damp * pAtmoCtx->CurrData.HandleData.DetailsLo… in TmoDamp()
1207 + (1 - tmo_damp) * pAtmoCtx->PrevData.HandleData.DetailsLowLight; in TmoDamp()
1210 …pAtmoCtx->CurrData.HandleData.LocalTmoStrength = tmo_damp * pAtmoCtx->CurrData.HandleData.LocalTmo… in TmoDamp()
[all …]