Searched refs:sum_gb (Results 1 - 1 of 1) sorted by relevance

/external/libxcam/xcore/
H A Dx3a_analyzer_simple.cpp175 double sum_r = 0.0, sum_gr = 0.0, sum_gb = 0.0, sum_b = 0.0; local
188 sum_gb += (double)(stats->stats[i * stats->info.aligned_width + j].avg_gb);
194 avg_gb = sum_gb / (stats->info.width * stats->info.height);

Completed in 64 milliseconds