Searched defs:HistogramAdd (Results 1 – 5 of 5) sorted by relevance
30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) { in FN() argument
335 FN(HistogramAdd)(tmp, data[pos++]); in FN() local
271 void HistogramAdd(Histogram* histogram_pointer, int sample) { in HistogramAdd() function
429 static WEBP_INLINE void HistogramAdd(const VP8LHistogram* const a, in HistogramAdd() function