Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqResourceTranslator.cpp153 … statsInt->aec_stats.ae_data.chn[1].rawae_big.wndx_sumg[i] = stats->params.rawae1.sumg[i]; in translateAecStats()
156 … statsInt->aec_stats.ae_data.chn[2].rawae_big.wndx_sumg[i] = stats->params.rawae2.sumg[i]; in translateAecStats()
198 … statsInt->aec_stats.ae_data.chn[0].rawae_big.wndx_sumg[i] = stats->params.rawae1.sumg[i]; in translateAecStats()
201 … statsInt->aec_stats.ae_data.chn[2].rawae_big.wndx_sumg[i] = stats->params.rawae2.sumg[i]; in translateAecStats()
243 … statsInt->aec_stats.ae_data.chn[0].rawae_big.wndx_sumg[i] = stats->params.rawae2.sumg[i]; in translateAecStats()
246 … statsInt->aec_stats.ae_data.chn[1].rawae_big.wndx_sumg[i] = stats->params.rawae1.sumg[i]; in translateAecStats()
289 … statsInt->aec_stats.ae_data.chn[0].rawae_big.wndx_sumg[i] = stats->params.rawae3.sumg[i]; in translateAecStats()
305 … statsInt->aec_stats.ae_data.chn[1].rawae_big.wndx_sumg[i] = stats->params.rawae3.sumg[i]; in translateAecStats()
321 … statsInt->aec_stats.ae_data.chn[2].rawae_big.wndx_sumg[i] = stats->params.rawae3.sumg[i]; in translateAecStats()
337 … statsInt->aec_stats.ae_data.extra.rawae_big.wndx_sumg[i] = stats->params.rawae3.sumg[i]; in translateAecStats()
H A DRkAiqResourceTranslatorV32.cpp166 statsInt->aec_stats.ae_data.chn[index1].rawae_big.wndx_sumg[i] = CLIP( in translateAecStats()
306 statsInt->aec_stats.ae_data.chn[AeSelMode].rawae_big.wndx_sumg[i] = CLIP( in translateAecStats()
383 statsInt->aec_stats.ae_data.extra.rawae_big.wndx_sumg[i] = in translateAecStats()
414 statsInt->aec_stats.ae_data.chn[0].rawae_big.wndx_sumg[i], in translateAecStats()
681 statsInt->aec_stats.ae_data.chn[AeSelMode].rawae_big.wndx_sumg[0] = CLIP( in translateAecStats()
690 statsInt->aec_stats.ae_data.chn[AeSelMode].rawae_big.wndx_sumg[0] / pixel_num; in translateAecStats()
788 statsInt->aec_stats.ae_data.extra.rawae_big.wndx_sumg[0] = in translateAecStats()
799 statsInt->aec_stats.ae_data.extra.rawae_big.wndx_sumg[0] / pixel_num; in translateAecStats()
841 statsInt->aec_stats.ae_data.chn[1].rawae_big.wndx_sumg[0], in translateAecStats()
863 statsInt->aec_stats.ae_data.chn[0].rawae_big.wndx_sumg[0], in translateAecStats()
H A DRkAiqResourceTranslatorV3x.cpp252 …merge_stats->wndx_sumg[i] = ((left_en[i]) ? left_stats->sumg[i] : 0) + ((right_en[i]) ? right_stat… in MergeAecSubWinStats()
258 …merge_stats->wndx_sumg[i] = (u32)CLIP((merge_stats->wndx_sumg[i] - (pixel_num[i] >> 1) * bls1_val.… in MergeAecSubWinStats()
982 statsInt->aec_stats.ae_data.chn[0].rawae_big.wndx_sumg[i], in translateMultiAecStats()
1350 …statsInt->aec_stats.ae_data.chn[1].rawae_big.wndx_sumg[i] = CLIP((s64)((stats->params.rawae1.sumg[… in translateAecStats()
1354 …statsInt->aec_stats.ae_data.chn[2].rawae_big.wndx_sumg[i] = CLIP((s64)((stats->params.rawae2.sumg[… in translateAecStats()
1453 …statsInt->aec_stats.ae_data.chn[0].rawae_big.wndx_sumg[i] = CLIP((s64)((stats->params.rawae1.sumg[… in translateAecStats()
1458 …statsInt->aec_stats.ae_data.chn[2].rawae_big.wndx_sumg[i] = CLIP((s64)((stats->params.rawae2.sumg[… in translateAecStats()
1558 …statsInt->aec_stats.ae_data.chn[0].rawae_big.wndx_sumg[i] = CLIP((s64)((stats->params.rawae2.sumg[… in translateAecStats()
1563 …statsInt->aec_stats.ae_data.chn[1].rawae_big.wndx_sumg[i] = CLIP((s64)((stats->params.rawae1.sumg[… in translateAecStats()
1662 …statsInt->aec_stats.ae_data.chn[AeSelMode].rawae_big.wndx_sumg[i] = CLIP((s64)((stats->params.rawa… in translateAecStats()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Daec_uapi_head.h270 uint64_t wndx_sumg[RAWAEBIG_SUBWIN_NUM]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/
H A Drk_aiq_types_ae_hw.h190 uint64_t wndx_sumg[RAWAEBIG_SUBWIN_NUM]; member