Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_types_adehaze_algo_prvt.h88 AdehazeAePreResV10_t PreDataV10; member
H A Drk_aiq_adehaze_algo_v10.cpp609 pAdehazeCtx->PreDataV10.ISO = pAdehazeCtx->CurrDataV10.ISO; in AdehazeProcess()
610 pAdehazeCtx->PreDataV10.ApiMode = pAdehazeCtx->CurrDataV10.ApiMode; in AdehazeProcess()
622 else if (pAdehazeCtx->AdehazeAtrrV10.mode != pAdehazeCtx->PreDataV10.ApiMode) in AdehazeByPassProcessing()
627 float diff = (pAdehazeCtx->PreDataV10.ISO - pAdehazeCtx->CurrDataV10.ISO) / in AdehazeByPassProcessing()
628 pAdehazeCtx->PreDataV10.ISO; in AdehazeByPassProcessing()