Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAtmoHandle.cpp194 memcpy(atmo_proc_int->ispAtmoStats.other_stats.short_luma, in processing()
196 sizeof(atmo_proc_int->ispAtmoStats.other_stats.short_luma)); in processing()
206 memcpy(atmo_proc_int->ispAtmoStats.other_stats.short_luma, in processing()
208 sizeof(atmo_proc_int->ispAtmoStats.other_stats.short_luma)); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/
H A Drk_aiq_types_atmo_stat_v200.h16 unsigned short short_luma[225]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp178 pAtmoCtx->CurrStatsData.other_stats.short_luma[i] = ROData->other_stats.short_luma[i]; in AtmoGetStats()
225 pAtmoCtx->CurrAeResult.BlockLumaS[i] = pAtmoCtx->CurrStatsData.other_stats.short_luma[i]; in AtmoGetAeResult()