Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v11_duo.cpp942 pAdehazeCtx->PreDataV11duo.EnvLv = pAdehazeCtx->CurrDataV11duo.EnvLv; in AdehazeProcess()
943 pAdehazeCtx->PreDataV11duo.ISO = pAdehazeCtx->CurrDataV11duo.ISO; in AdehazeProcess()
944 pAdehazeCtx->PreDataV11duo.ApiMode = pAdehazeCtx->CurrDataV11duo.ApiMode; in AdehazeProcess()
959 else if (pAdehazeCtx->AdehazeAtrrV11duo.mode != pAdehazeCtx->PreDataV11duo.ApiMode) in AdehazeByPassProcessing()
966 diff = pAdehazeCtx->PreDataV11duo.EnvLv - pAdehazeCtx->CurrDataV11duo.EnvLv; in AdehazeByPassProcessing()
967 if (pAdehazeCtx->PreDataV11duo.EnvLv <= FLT_EPSILON) { in AdehazeByPassProcessing()
974 diff /= pAdehazeCtx->PreDataV11duo.EnvLv; in AdehazeByPassProcessing()
982 diff = pAdehazeCtx->PreDataV11duo.ISO - pAdehazeCtx->CurrDataV11duo.ISO; in AdehazeByPassProcessing()
983 diff /= pAdehazeCtx->PreDataV11duo.ISO; in AdehazeByPassProcessing()
H A Drk_aiq_types_adehaze_algo_prvt.h99 AdehazeAePreResV11_t PreDataV11duo; member