Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/include/
Dmetrics.h144 webrtc::metrics::HistogramAdd(histogram_pointer, constant_name, sample); \
153 webrtc::metrics::HistogramAdd(histogram_pointer, name, sample); \
178 void HistogramAdd(
/external/webrtc/webrtc/system_wrappers/source/
Dmetrics_default.cc24 void HistogramAdd( in HistogramAdd() function
/external/webp/src/enc/
Dhistogram_enc.c339 static WEBP_INLINE void HistogramAdd(const VP8LHistogram* const a, in HistogramAdd() function
363 HistogramAdd(a, b, out); in HistogramAddEval()
557 HistogramAdd(histograms[idx], histograms[first], histograms[first]); in HistogramCombineEntropyBin()
726 HistogramAdd(histograms[idx2], histograms[idx1], histograms[idx1]); in HistogramCombineGreedy()
908 HistogramAdd(in_histo[i], out_histo[idx], out_histo[idx]); in HistogramRemap()
/external/webrtc/webrtc/test/
Dhistogram.cc59 void HistogramAdd( in HistogramAdd() function
/external/webp/src/dsp/
Dlossless_enc_mips32.c377 static void HistogramAdd(const VP8LHistogram* const a, in HistogramAdd() function
424 VP8LHistogramAdd = HistogramAdd; in VP8LEncDspInitMIPS32()
Dlossless_enc.c633 static void HistogramAdd(const VP8LHistogram* const a, in HistogramAdd() function
889 VP8LHistogramAdd = HistogramAdd; in VP8LEncDspInit()
Dlossless_enc_sse2.c234 static void HistogramAdd(const VP8LHistogram* const a, in HistogramAdd() function
684 VP8LHistogramAdd = HistogramAdd; in VP8LEncDspInitSSE2()