Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/
H A Drk_aiq_types_amerge_algo_prvt.h66 #define LIMIT_PARA(a,b,c,d,e) (c+(a-e)*(b-c)/(d -e)) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp529LIMIT_PARA(pAtmoCtx->tmoAttr.stAuto.stTmoAuto.stDtlsLL.stCoef, pAtmoCtx->tmoAttr.stAuto.stTmoAuto.… in AtmoApiAutoUpdate()
536LIMIT_PARA(pAtmoCtx->tmoAttr.stAuto.stTmoAuto.stDtlsHL.stCoef, pAtmoCtx->tmoAttr.stAuto.stTmoAuto.… in AtmoApiAutoUpdate()
543LIMIT_PARA(pAtmoCtx->tmoAttr.stAuto.stTmoAuto.stLocalTMO.stCoef, pAtmoCtx->tmoAttr.stAuto.stTmoAut… in AtmoApiAutoUpdate()
550LIMIT_PARA(pAtmoCtx->tmoAttr.stAuto.stTmoAuto.stGlobeLuma.stCoef, pAtmoCtx->tmoAttr.stAuto.stTmoAu… in AtmoApiAutoUpdate()
563 …float strength = LIMIT_PARA(pAtmoCtx->tmoAttr.stAuto.stTmoAuto.stGlobalTMO.stCoef, pAtmoCtx->tmoAt… in AtmoApiAutoUpdate()