Lines Matching full:histogram
19 #include "./histogram.h"
288 // Various histogram combine/cost-eval functions
343 // Same as HistogramAddEval(), except that the resulting histogram
462 // red and blue) symbol costs and compute the histogram aggregate bit_cost.
490 // Add histogram i'th index at num_histos (last) position in the bin_map.
495 // Compact the histogram set by moving the valid one left in the set to the
575 VP8LHistogram* cur_combo = histos->histograms[0]; // trial histogram
576 VP8LHistogram* best_combo = histos->histograms[1]; // best histogram so far
633 // Histogram refinement
635 // Find the best 'out' histogram for each of the 'in' histograms.
691 // bin_map[n][1] = index of first histogram in that bin;
692 // bin_map[n][num_histo] = index of last histogram in that bin;
728 // Collapse similar histograms by random histogram-pair compares.