Home
last modified time | relevance | path

Searched defs:HistogramClear (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/brotli/c/enc/
Dhistogram_inc.h18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) { in FN() argument
/third_party/node/deps/brotli/c/enc/
Dhistogram_inc.h18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) { in FN() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
Dhistogram_enc.c34 static void HistogramClear(VP8LHistogram* const p) { in HistogramClear() function