VP8LHistogramSet   56 3rdparty/libwebp/enc/histogram.c VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) {
VP8LHistogramSet   58 3rdparty/libwebp/enc/histogram.c   VP8LHistogramSet* set;
VP8LHistogramSet   66 3rdparty/libwebp/enc/histogram.c   set = (VP8LHistogramSet*)memory;
VP8LHistogramSet  337 3rdparty/libwebp/enc/histogram.c                                 VP8LHistogramSet* const image) {
VP8LHistogramSet  363 3rdparty/libwebp/enc/histogram.c static int HistogramCombine(const VP8LHistogramSet* const in,
VP8LHistogramSet  364 3rdparty/libwebp/enc/histogram.c                             VP8LHistogramSet* const out, int iter_mult,
VP8LHistogramSet  452 3rdparty/libwebp/enc/histogram.c static void HistogramRemap(const VP8LHistogramSet* const in,
VP8LHistogramSet  453 3rdparty/libwebp/enc/histogram.c                            const VP8LHistogramSet* const out,
VP8LHistogramSet  484 3rdparty/libwebp/enc/histogram.c                              VP8LHistogramSet* const image_in,
VP8LHistogramSet  496 3rdparty/libwebp/enc/histogram.c   VP8LHistogramSet* const image_out =
VP8LHistogramSet   71 3rdparty/libwebp/enc/histogram.h VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits);
VP8LHistogramSet   94 3rdparty/libwebp/enc/histogram.h                              VP8LHistogramSet* const image_in,
VP8LHistogramSet  183 3rdparty/libwebp/enc/vp8l.c     const VP8LHistogramSet* const histogram_image,
VP8LHistogramSet  480 3rdparty/libwebp/enc/vp8l.c   VP8LHistogramSet* const histogram_image = VP8LAllocateHistogramSet(1, 0);
VP8LHistogramSet  529 3rdparty/libwebp/enc/vp8l.c   VP8LHistogramSet* histogram_image =