Searched refs:HistogramAdd (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
H A Dmetrics_default.cc24 void HistogramAdd( function in namespace:webrtc::metrics
/external/webrtc/webrtc/system_wrappers/include/
H A Dmetrics.h32 // HistogramFactoryGetEnumeration and HistogramAdd.
42 // void webrtc::metrics::HistogramAdd(
144 webrtc::metrics::HistogramAdd(histogram_pointer, constant_name, sample); \
153 webrtc::metrics::HistogramAdd(histogram_pointer, name, sample); \
178 void HistogramAdd(
/external/brotli/enc/
H A Dhistogram_inc.h30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) {
H A Dblock_splitter_inc.h185 FN(HistogramAdd)(&histograms[block_ids[i]], data[i]);
248 FN(HistogramAdd)(&histograms[j], data[pos++]);
310 FN(HistogramAdd)(&histo, data[pos++]);
H A Dmetablock_inc.h176 FN(HistogramAdd)(&self->histograms_[self->curr_histogram_ix_], symbol);
/external/webrtc/webrtc/test/
H A Dhistogram.cc59 void HistogramAdd( function in namespace:webrtc::metrics
/external/webp/src/dsp/
H A Dlossless_enc_mips32.c377 static void HistogramAdd(const VP8LHistogram* const a, function
424 VP8LHistogramAdd = HistogramAdd;
H A Dlossless_enc.c633 static void HistogramAdd(const VP8LHistogram* const a, function
889 VP8LHistogramAdd = HistogramAdd;
H A Dlossless_enc_sse2.c234 static void HistogramAdd(const VP8LHistogram* const a, function
684 VP8LHistogramAdd = HistogramAdd;
/external/webp/src/enc/
H A Dhistogram_enc.c339 static WEBP_INLINE void HistogramAdd(const VP8LHistogram* const a, function
363 HistogramAdd(a, b, out);
557 HistogramAdd(histograms[idx], histograms[first], histograms[first]);
726 HistogramAdd(histograms[idx2], histograms[idx1], histograms[idx1]);
908 HistogramAdd(in_histo[i], out_histo[idx], out_histo[idx]);

Completed in 184 milliseconds