Searched defs:cur_histogram (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dblock_splitter.cc252 HistogramType cur_histogram; local
256 cur_histogram.Add(data[i]);
258 histograms.push_back(cur_histogram);
259 cur_histogram.Clear();

Completed in 333 milliseconds