Home
last modified time | relevance | path

Searched defs:HistogramAdd (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/brotli/c/enc/
H A Dhistogram_inc.h30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) { in FN() argument
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dhistogram_inc.h30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) { in FN() argument
H A Dblock_splitter_inc.h335 FN(HistogramAdd)(tmp, data[pos++]); in FN() local
/aosp_15_r20/external/webrtc/system_wrappers/source/
H A Dmetrics.cc271 void HistogramAdd(Histogram* histogram_pointer, int sample) { in HistogramAdd() function
/aosp_15_r20/external/webp/src/enc/
H A Dhistogram_enc.c429 static WEBP_INLINE void HistogramAdd(const VP8LHistogram* const a, in HistogramAdd() function