Home
last modified time | relevance | path

Searched refs:histograms (Results 1 – 20 of 20) sorted by relevance

/external/webp/src/enc/
Dhistogram_enc.c116 sizeof(*set) + size * (sizeof(*set->histograms) + in VP8LAllocateHistogramSet()
123 set->histograms = (VP8LHistogram**)memory; in VP8LAllocateHistogramSet()
124 memory += size * sizeof(*set->histograms); in VP8LAllocateHistogramSet()
129 set->histograms[i] = (VP8LHistogram*)memory; in VP8LAllocateHistogramSet()
131 set->histograms[i]->literal_ = (uint32_t*)(memory + sizeof(VP8LHistogram)); in VP8LAllocateHistogramSet()
132 VP8LHistogramInit(set->histograms[i], cache_bits); in VP8LAllocateHistogramSet()
478 VP8LHistogram** const histograms = image_histo->histograms; in HistogramBuild() local
484 VP8LHistogramAddSinglePixOrCopy(histograms[ix], v, NULL, 0); in HistogramBuild()
499 VP8LHistogram** const orig_histograms = orig_histo->histograms; in HistogramCopyAndAnalyze()
500 VP8LHistogram** const histograms = image_histo->histograms; in HistogramCopyAndAnalyze() local
[all …]
Dhistogram_enc.h54 VP8LHistogram** histograms; member
Dvp8l_enc.c466 const VP8LHistogram* const histo = histogram_image->histograms[i]; in GetHuffBitLengthsAndCodes()
507 VP8LHistogram* const histo = histogram_image->histograms[i]; in GetHuffBitLengthsAndCodes()
818 VP8LHistogramStoreRefs(refs, histogram_image->histograms[0]); in EncodeImageNoHuffman()
/external/libchrome/base/metrics/
Dhistogram_snapshot_manager_unittest.cc91 const std::vector<std::string>& histograms = in TEST_F() local
93 EXPECT_EQ(2U, histograms.size()); in TEST_F()
94 EXPECT_EQ("UmaHistogram", histograms[0]); in TEST_F()
95 EXPECT_EQ("UmaStabilityHistogram", histograms[1]); in TEST_F()
107 const std::vector<std::string>& histograms = in TEST_F() local
109 EXPECT_EQ(2U, histograms.size()); in TEST_F()
110 EXPECT_EQ("UmaHistogram", histograms[0]); in TEST_F()
111 EXPECT_EQ("UmaStabilityHistogram", histograms[1]); in TEST_F()
123 const std::vector<std::string>& histograms = in TEST_F() local
125 EXPECT_EQ(1U, histograms.size()); in TEST_F()
[all …]
Dsparse_histogram_unittest.cc157 StatisticsRecorder::Histograms histograms; in TEST_P() local
158 StatisticsRecorder::GetHistograms(&histograms); in TEST_P()
160 ASSERT_EQ(1U, histograms.size()); in TEST_P()
161 HistogramBase* sparse_histogram = histograms[0]; in TEST_P()
186 StatisticsRecorder::Histograms histograms; in TEST_P() local
187 StatisticsRecorder::GetHistograms(&histograms); in TEST_P()
188 ASSERT_EQ(2U, histograms.size()); in TEST_P()
190 std::string name1 = histograms[0]->histogram_name(); in TEST_P()
191 std::string name2 = histograms[1]->histogram_name(); in TEST_P()
/external/brotli/c/enc/
Dmetablock_inc.h48 BlockSplit* split, HistogramType** histograms, size_t* histograms_size) { in FN()
70 assert(*histograms == 0); in FN()
72 *histograms = BROTLI_ALLOC(m, HistogramType, *histograms_size); in FN()
73 self->histograms_ = *histograms; in FN()
88 HistogramType* histograms = self->histograms_; in FN() local
96 BitsEntropy(histograms[0].data_, self->alphabet_size_); in FN()
102 FN(HistogramClear)(&histograms[self->curr_histogram_ix_]); in FN()
105 double entropy = BitsEntropy(histograms[self->curr_histogram_ix_].data_, in FN()
113 combined_histo[j] = histograms[self->curr_histogram_ix_]; in FN()
115 &histograms[last_histogram_ix]); in FN()
[all …]
Dblock_splitter_inc.h15 HistogramType* histograms) { in FN()
19 FN(ClearHistograms)(histograms, num_histograms); in FN()
28 FN(HistogramAddVector)(&histograms[i], data + pos, stride); in FN()
49 HistogramType* histograms) { in FN()
59 FN(HistogramAddHistogram)(&histograms[iter % num_histograms], &sample); in FN()
69 const HistogramType* histograms, in FN()
88 insert_cost[i] = FastLog2((uint32_t)histograms[i].total_count_); in FN()
94 insert_cost[j] - BitCost(histograms[j].data_[i]); in FN()
180 HistogramType* histograms) { in FN()
182 FN(ClearHistograms)(histograms, num_histograms); in FN()
[all …]
Dmetablock.c199 size_t num_symbols, BlockSplit* split, HistogramLiteral** histograms, in InitContextBlockSplitter() argument
229 assert(*histograms == 0); in InitContextBlockSplitter()
231 *histograms = BROTLI_ALLOC(m, HistogramLiteral, *histograms_size); in InitContextBlockSplitter()
232 self->histograms_ = *histograms; in InitContextBlockSplitter()
248 HistogramLiteral* histograms = self->histograms_; in ContextBlockSplitterFinishBlock() local
261 BitsEntropy(histograms[i].data_, self->alphabet_size_); in ContextBlockSplitterFinishBlock()
287 entropy[i] = BitsEntropy(histograms[curr_histo_ix].data_, in ContextBlockSplitterFinishBlock()
292 combined_histo[jx] = histograms[curr_histo_ix]; in ContextBlockSplitterFinishBlock()
294 &histograms[last_histogram_ix]); in ContextBlockSplitterFinishBlock()
329 histograms[self->last_histogram_ix_[0] + i] = in ContextBlockSplitterFinishBlock()
[all …]
Dblock_encoder_inc.h15 const HistogramType* histograms, const size_t histograms_size, in FN()
27 BuildAndStoreHuffmanTree(&histograms[i].data_[0], alphabet_size, tree, in FN()
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dcategorical_test.py123 histograms = [[0.2, 0.8], [0.6, 0.4]]
124 dist = categorical.Categorical(math_ops.log(histograms) - 50.)
129 histograms = [0.2, 0.8]
130 dist = categorical.Categorical(math_ops.log(histograms) - 50.)
137 histograms = array_ops.placeholder(dtype=dtypes.float32,
140 dist = categorical.Categorical(probs=histograms)
149 histograms: histograms_feed_one,
159 histograms: histograms_feed_two,
171 histograms = [[0.1, 0.2, 0.3, 0.25, 0.15],
175 dist = categorical.Categorical(probs=histograms)
[all …]
/external/pdfium/testing/image_diff/
Dimage_diff.cpp302 bool histograms = false; in main() local
314 histograms = true; in main()
331 return CompareImages(filename1, filename2, histograms); in main()
/external/ImageMagick/MagickCore/
Dpaint.c708 **histograms, in OilPaintImage() local
741 histograms=AcquireHistogramThreadSet(NumberPaintBins); in OilPaintImage()
742 if (histograms == (size_t **) NULL) in OilPaintImage()
786 histogram=histograms[GetOpenMPThreadId()]; in OilPaintImage()
862 histograms=DestroyHistogramThreadSet(histograms); in OilPaintImage()
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Dtensorboard_histograms.md5 many histograms visualizations of your tensor at different points in time.
79 comparisons impossible. Instead, the histograms [resample the data](https://github.com/tensorflow/t…
97 subset of all the histograms, to save on memory. Reservoir sampling guarantees
121 the counts of different histograms.
/external/mesa3d/docs/relnotes/
D3.3120 Compute histograms for glDraw/Read/CopyPixels.
/external/lisa/ipynb/residency/scratch/eas13-lowutil-mode/
Dyoutube_energy_lowutil_mode.ipynb110 "# Plot histograms of energy consumed for tests"
/external/lisa/
Dyoutube_EAS12_schedutil_iowaitboost_off_bigsoff.ipynb68 "# Plot histograms of energy consumed for tests"
/external/ImageMagick/Magick++/
DChangeLog68 color histograms from the image using colorHistogram().
/external/fio/
DHOWTO2646 histograms. If no filename is given with this option, the default filename
2672 histograms. Computing latency percentiles from averages of intervals using
/external/v8/
DChangeLog23481 Added histograms to track fraction of heap spaces and percentage of
25055 Added histograms for total allocated/live heap size, as well as
25156 histograms for external fragmentation.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz