VP8LHistogram     414 3rdparty/libwebp/enc/backward_references.c   VP8LHistogram histo;
VP8LHistogram     768 3rdparty/libwebp/enc/backward_references.c     VP8LHistogram* const histo = (VP8LHistogram*)malloc(sizeof(*histo));
VP8LHistogram     822 3rdparty/libwebp/enc/backward_references.c                                  VP8LHistogram* const histo) {
VP8LHistogram     880 3rdparty/libwebp/enc/backward_references.c     VP8LHistogram histo;
VP8LHistogram      24 3rdparty/libwebp/enc/histogram.c static void HistogramClear(VP8LHistogram* const p) {
VP8LHistogram      34 3rdparty/libwebp/enc/histogram.c                             VP8LHistogram* const histo) {
VP8LHistogram      41 3rdparty/libwebp/enc/histogram.c void VP8LHistogramCreate(VP8LHistogram* const p,
VP8LHistogram      51 3rdparty/libwebp/enc/histogram.c void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits) {
VP8LHistogram      59 3rdparty/libwebp/enc/histogram.c   VP8LHistogram* bulk;
VP8LHistogram      68 3rdparty/libwebp/enc/histogram.c   set->histograms = (VP8LHistogram**)memory;
VP8LHistogram      70 3rdparty/libwebp/enc/histogram.c   bulk = (VP8LHistogram*)memory;
VP8LHistogram      82 3rdparty/libwebp/enc/histogram.c void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo,
VP8LHistogram     203 3rdparty/libwebp/enc/histogram.c double VP8LHistogramEstimateBits(const VP8LHistogram* const p) {
VP8LHistogram     213 3rdparty/libwebp/enc/histogram.c double VP8LHistogramEstimateBitsBulk(const VP8LHistogram* const p) {
VP8LHistogram     227 3rdparty/libwebp/enc/histogram.c static void HistogramAdd(const VP8LHistogram* const in,
VP8LHistogram     228 3rdparty/libwebp/enc/histogram.c                          VP8LHistogram* const out) {
VP8LHistogram     249 3rdparty/libwebp/enc/histogram.c static double HistogramAddEval(const VP8LHistogram* const a,
VP8LHistogram     250 3rdparty/libwebp/enc/histogram.c                                const VP8LHistogram* const b,
VP8LHistogram     251 3rdparty/libwebp/enc/histogram.c                                VP8LHistogram* const out,
VP8LHistogram     296 3rdparty/libwebp/enc/histogram.c static double HistogramAddThresh(const VP8LHistogram* const a,
VP8LHistogram     297 3rdparty/libwebp/enc/histogram.c                                  const VP8LHistogram* const b,
VP8LHistogram     341 3rdparty/libwebp/enc/histogram.c   VP8LHistogram** const histograms = image->histograms;
VP8LHistogram     373 3rdparty/libwebp/enc/histogram.c   VP8LHistogram* const histos = (VP8LHistogram*)malloc(2 * sizeof(*histos));
VP8LHistogram     374 3rdparty/libwebp/enc/histogram.c   VP8LHistogram* cur_combo = histos + 0;    // trial merged histogram
VP8LHistogram     375 3rdparty/libwebp/enc/histogram.c   VP8LHistogram* best_combo = histos + 1;   // best merged histogram so far
VP8LHistogram     408 3rdparty/libwebp/enc/histogram.c           VP8LHistogram* const tmp_histo = cur_combo;
VP8LHistogram     444 3rdparty/libwebp/enc/histogram.c static double HistogramDistance(const VP8LHistogram* const square_histogram,
VP8LHistogram     445 3rdparty/libwebp/enc/histogram.c                                 const VP8LHistogram* const candidate,
VP8LHistogram      50 3rdparty/libwebp/enc/histogram.h   VP8LHistogram** histograms;
VP8LHistogram      58 3rdparty/libwebp/enc/histogram.h void VP8LHistogramCreate(VP8LHistogram* const p,
VP8LHistogram      63 3rdparty/libwebp/enc/histogram.h void VP8LHistogramInit(VP8LHistogram* const p, int palette_code_bits);
VP8LHistogram      67 3rdparty/libwebp/enc/histogram.h                             VP8LHistogram* const histo);
VP8LHistogram      74 3rdparty/libwebp/enc/histogram.h void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo,
VP8LHistogram      79 3rdparty/libwebp/enc/histogram.h double VP8LHistogramEstimateBits(const VP8LHistogram* const p);
VP8LHistogram      83 3rdparty/libwebp/enc/histogram.h double VP8LHistogramEstimateBitsBulk(const VP8LHistogram* const p);
VP8LHistogram      85 3rdparty/libwebp/enc/histogram.h static WEBP_INLINE int VP8LHistogramNumCodes(const VP8LHistogram* const p) {
VP8LHistogram     113 3rdparty/libwebp/enc/vp8l.c   VP8LHistogram* nonpredicted = NULL;
VP8LHistogram     114 3rdparty/libwebp/enc/vp8l.c   VP8LHistogram* predicted =
VP8LHistogram     115 3rdparty/libwebp/enc/vp8l.c       (VP8LHistogram*)malloc(2 * sizeof(*predicted));
VP8LHistogram     193 3rdparty/libwebp/enc/vp8l.c     const VP8LHistogram* const histo = histogram_image->histograms[i];
VP8LHistogram     228 3rdparty/libwebp/enc/vp8l.c     VP8LHistogram* const histo = histogram_image->histograms[i];
VP8LHistogram     647 3rdparty/libwebp/enc/vp8l.c     VP8LHistogram* const histo = (VP8LHistogram*)malloc(sizeof(*histo));
VP8LHistogram     925 3rdparty/libwebp/enc/vp8l.c   const uint64_t hist_size = sizeof(VP8LHistogram);