Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhistogram_inc.h18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) { in FN() argument
/external/webp/src/enc/
Dhistogram_enc.c34 static void HistogramClear(VP8LHistogram* const p) { in HistogramClear() function