Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c1052 VP8LHistogram** const in_histo = in->histograms; in HistogramRemap() local
1061 if (in_histo[i] == NULL) { in HistogramRemap()
1068 cur_bits = HistogramAddThresh(out_histo[k], in_histo[i], best_bits); in HistogramRemap()
1089 if (in_histo[i] == NULL) continue; in HistogramRemap()
1091 HistogramAdd(in_histo[i], out_histo[idx], out_histo[idx]); in HistogramRemap()