HomeSort by relevance Sort by last modified time
    Searched defs:histograms (Results 1 - 4 of 4) sorted by null

  /external/webp/src/enc/
histogram.h 12 // Models the histograms of literal and distance codes.
31 // A simple container for histograms of data.
48 // Collection of histograms with fixed capacity, allocated as one
53 VP8LHistogram** histograms; member in struct:__anon21232
81 // Allocate an array of pointer to histograms, allocated and initialized
histogram.c 105 + sizeof(*set->histograms) * size
112 set->histograms = (VP8LHistogram**)memory;
113 memory += size * sizeof(*set->histograms);
117 set->histograms[i] = (VP8LHistogram*)memory;
119 set->histograms[i]->literal_ = (uint32_t*)(memory + sizeof(VP8LHistogram));
120 VP8LHistogramInit(set->histograms[i], cache_bits);
121 // There's no padding/alignment between successive histograms.
423 // Construct the histograms from backward references.
429 VP8LHistogram** const histograms = image_histo->histograms; local
452 VP8LHistogram** const histograms = image_histo->histograms; local
466 VP8LHistogram** const histograms = image_histo->histograms; local
503 VP8LHistogram** const histograms = image_histo->histograms; local
530 VP8LHistogram** const histograms = image_histo->histograms; local
574 VP8LHistogram** const histograms = image_histo->histograms; local
642 VP8LHistogram** const histograms = image_histo->histograms; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
annotate.h 95 * @histogram: Array of addr hit histograms per event being monitored
110 struct sym_hist histograms[0]; member in struct:annotated_source
125 return (((void *)&notes->src->histograms) +
  /external/pdfium/samples/
image_diff.cc 154 // "Comparing Images Using Joint Histograms" by Pass & Zabih
207 " RGBA value histograms (which is resistant to shifts in layout)\n"
358 bool histograms = false; local
370 histograms = true;
393 return CompareImages(filename1, filename2, histograms);

Completed in 141 milliseconds