Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c1053 VP8LHistogram** const in_histo = in->histograms; in HistogramRemap() local
1062 if (in_histo[i] == NULL) { in HistogramRemap()
1069 cur_bits = HistogramAddThresh(out_histo[k], in_histo[i], best_bits); in HistogramRemap()
1090 if (in_histo[i] == NULL) continue; in HistogramRemap()
1092 HistogramAdd(in_histo[i], out_histo[idx], out_histo[idx]); in HistogramRemap()