Searched refs:grid_stat (Results 1 – 1 of 1) sorted by relevance
266 const XCamGridStat *grid_stat; in fill_histogram() local274 grid_stat = &stats->stats[j * stats_info.aligned_width + i]; in fill_histogram()275 hist_rgb[grid_stat->avg_r].r++; in fill_histogram()276 hist_rgb[grid_stat->avg_gr].gr++; in fill_histogram()277 hist_rgb[grid_stat->avg_gb].gb++; in fill_histogram()278 hist_rgb[grid_stat->avg_b].b++; in fill_histogram()279 hist_y[grid_stat->avg_y]++; in fill_histogram()