VP8LHistogramSet   56 third_party/libwebp/enc/histogram.c VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) {
VP8LHistogramSet   58 third_party/libwebp/enc/histogram.c   VP8LHistogramSet* set;
VP8LHistogramSet   66 third_party/libwebp/enc/histogram.c   set = (VP8LHistogramSet*)memory;
VP8LHistogramSet  335 third_party/libwebp/enc/histogram.c                                 VP8LHistogramSet* const image) {
VP8LHistogramSet  361 third_party/libwebp/enc/histogram.c static int HistogramCombine(const VP8LHistogramSet* const in,
VP8LHistogramSet  362 third_party/libwebp/enc/histogram.c                             VP8LHistogramSet* const out, int iter_mult,
VP8LHistogramSet  450 third_party/libwebp/enc/histogram.c static void HistogramRemap(const VP8LHistogramSet* const in,
VP8LHistogramSet  451 third_party/libwebp/enc/histogram.c                            const VP8LHistogramSet* const out,
VP8LHistogramSet  482 third_party/libwebp/enc/histogram.c                              VP8LHistogramSet* const image_in,
VP8LHistogramSet  494 third_party/libwebp/enc/histogram.c   VP8LHistogramSet* const image_out =
VP8LHistogramSet   71 third_party/libwebp/enc/histogram.h VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits);
VP8LHistogramSet   94 third_party/libwebp/enc/histogram.h                              VP8LHistogramSet* const image_in,
VP8LHistogramSet  176 third_party/libwebp/enc/vp8l.c     const VP8LHistogramSet* const histogram_image,
VP8LHistogramSet  473 third_party/libwebp/enc/vp8l.c   VP8LHistogramSet* const histogram_image = VP8LAllocateHistogramSet(1, 0);
VP8LHistogramSet  522 third_party/libwebp/enc/vp8l.c   VP8LHistogramSet* histogram_image =