Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_3a_stats_context.cpp164 #define DUMP_HISTOGRAM(ch, bins, hist) do { \ in debug_print_histogram() macro
173 DUMP_HISTOGRAM (r, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb); in debug_print_histogram()
174 DUMP_HISTOGRAM (gr, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb); in debug_print_histogram()
175 DUMP_HISTOGRAM (gb, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb); in debug_print_histogram()
176 DUMP_HISTOGRAM (b, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb); in debug_print_histogram()