Searched refs:other_stats (Results 1 – 3 of 3) sorted by relevance
188 memcpy(atmo_proc_int->ispAtmoStats.other_stats.tmo_luma, in processing()190 sizeof(atmo_proc_int->ispAtmoStats.other_stats.tmo_luma)); in processing()194 memcpy(atmo_proc_int->ispAtmoStats.other_stats.short_luma, in processing()196 sizeof(atmo_proc_int->ispAtmoStats.other_stats.short_luma)); in processing()198 atmo_proc_int->ispAtmoStats.other_stats.middle_luma, in processing()200 sizeof(atmo_proc_int->ispAtmoStats.other_stats.middle_luma)); in processing()201 memcpy(atmo_proc_int->ispAtmoStats.other_stats.long_luma, in processing()203 sizeof(atmo_proc_int->ispAtmoStats.other_stats.long_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()[all …]
38 other_stats_t other_stats; member
178 pAtmoCtx->CurrStatsData.other_stats.short_luma[i] = ROData->other_stats.short_luma[i]; in AtmoGetStats()179 pAtmoCtx->CurrStatsData.other_stats.long_luma[i] = ROData->other_stats.long_luma[i]; in AtmoGetStats()180 pAtmoCtx->CurrStatsData.other_stats.tmo_luma[i] = ROData->other_stats.tmo_luma[i]; in AtmoGetStats()186 pAtmoCtx->CurrStatsData.other_stats.middle_luma[i] = ROData->other_stats.middle_luma[i]; in AtmoGetStats()225 pAtmoCtx->CurrAeResult.BlockLumaS[i] = pAtmoCtx->CurrStatsData.other_stats.short_luma[i]; in AtmoGetAeResult()226 pAtmoCtx->CurrAeResult.BlockLumaL[i] = pAtmoCtx->CurrStatsData.other_stats.long_luma[i]; in AtmoGetAeResult()230 … pAtmoCtx->CurrAeResult.BlockLumaM[i] = pAtmoCtx->CurrStatsData.other_stats.middle_luma[i]; in AtmoGetAeResult()1412 tmo_mean += pAtmoCtx->CurrStatsData.other_stats.tmo_luma[i]; in AtmoProcessing()