Searched refs:HistogramAdd (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/system_wrappers/include/ |
D | metrics.h | 144 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/ |
D | metrics_default.cc | 24 void HistogramAdd( in HistogramAdd() function
|
/external/webp/src/enc/ |
D | histogram_enc.c | 339 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/ |
D | histogram.cc | 59 void HistogramAdd( in HistogramAdd() function
|
/external/webp/src/dsp/ |
D | lossless_enc_mips32.c | 377 static void HistogramAdd(const VP8LHistogram* const a, in HistogramAdd() function 424 VP8LHistogramAdd = HistogramAdd; in VP8LEncDspInitMIPS32()
|
D | lossless_enc.c | 633 static void HistogramAdd(const VP8LHistogram* const a, in HistogramAdd() function 889 VP8LHistogramAdd = HistogramAdd; in VP8LEncDspInit()
|
D | lossless_enc_sse2.c | 234 static void HistogramAdd(const VP8LHistogram* const a, in HistogramAdd() function 684 VP8LHistogramAdd = HistogramAdd; in VP8LEncDspInitSSE2()
|