HomeSort by relevance Sort by last modified time
    Searched refs:HistogramType (Results 1 - 15 of 15) sorted by null

  /external/brotli/c/enc/
block_encoder_inc.h 10 #define HistogramType FN(Histogram)
15 const HistogramType* histograms, const size_t histograms_size,
34 #undef HistogramType
cluster_inc.h 10 #define HistogramType FN(Histogram)
15 const HistogramType* out, const uint32_t* cluster_size, uint32_t idx1,
45 HistogramType combo = out[idx1];
70 BROTLI_INTERNAL size_t FN(BrotliHistogramCombine)(HistogramType* out,
158 const HistogramType* histogram, const HistogramType* candidate) CODE({
162 HistogramType tmp = *histogram;
172 BROTLI_INTERNAL void FN(BrotliHistogramRemap)(const HistogramType* in,
174 HistogramType* out, uint32_t* symbols) CODE({
212 HistogramType* out, uint32_t* symbols, size_t length) CODE(
    [all...]
metablock_inc.h 10 #define HistogramType FN(Histogram)
27 HistogramType* histograms_; /* not owned */
48 BlockSplit* split, HistogramType** histograms, size_t* histograms_size) {
72 *histograms = BROTLI_ALLOC(m, HistogramType, *histograms_size);
88 HistogramType* histograms = self->histograms_;
107 HistogramType combined_histo[2];
183 #undef HistogramType
bit_cost_inc.h 10 #define HistogramType FN(Histogram)
12 double FN(BrotliPopulationCost)(const HistogramType* histogram) {
127 #undef HistogramType
block_splitter_inc.h 10 #define HistogramType FN(Histogram)
15 HistogramType* histograms) {
36 HistogramType* sample) {
49 HistogramType* histograms) {
56 HistogramType sample;
69 const HistogramType* histograms,
180 HistogramType* histograms) {
199 HistogramType* all_histograms =
200 BROTLI_ALLOC(m, HistogramType, all_histograms_capacity);
205 HistogramType* histograms = BROTLI_ALLOC(m, HistogramType
    [all...]
  /external/libchrome/base/metrics/
histogram_base.h 36 enum HistogramType {
55 std::string HistogramTypeToString(HistogramType type);
74 // of HistogramType above.
167 virtual HistogramType GetHistogramType() const = 0;
dummy_histogram.h 28 HistogramType GetHistogramType() const override;
dummy_histogram.cc 75 HistogramType DummyHistogram::GetHistogramType() const {
histogram.h 209 HistogramType GetHistogramType() const override;
407 HistogramType GetHistogramType() const override;
520 HistogramType GetHistogramType() const override;
571 HistogramType GetHistogramType() const override;
sparse_histogram.h 46 HistogramType GetHistogramType() const override;
histogram.cc 114 HistogramType histogram_type,
149 const HistogramType histogram_type_;
476 HistogramType Histogram::GetHistogramType() const {
    [all...]
histogram_base.cc 31 std::string HistogramTypeToString(HistogramType type) {
persistent_histogram_allocator.h 240 HistogramType histogram_type,
sparse_histogram.cc 94 HistogramType SparseHistogram::GetHistogramType() const {
persistent_histogram_allocator.cc 310 HistogramType histogram_type,
    [all...]

Completed in 729 milliseconds