Searched defs:histo (Results 1 – 13 of 13) sorted by relevance
57 void VP8LFreeHistogram(VP8LHistogram* const histo) { in VP8LFreeHistogram()61 void VP8LFreeHistogramSet(VP8LHistogramSet* const histo) { in VP8LFreeHistogramSet()66 VP8LHistogram* const histo) { in VP8LHistogramStoreRefs()90 VP8LHistogram* histo = NULL; in VP8LAllocateHistogram() local129 void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo, in VP8LHistogramAddSinglePixOrCopy()454 VP8LHistogram* const histo = orig_histograms[i]; in HistogramCopyAndAnalyze() local474 VP8LHistogram* const histo = histograms[i]; in HistogramAnalyzeEntropyBin() local482 VP8LHistogram* const histo = histograms[i]; in HistogramAnalyzeEntropyBin() local
113 static int GetAlpha(const VP8Histogram* const histo) { in GetAlpha()248 VP8Histogram histo = { { 0 } }; in MBAnalyzeBestIntra16Mode() local314 VP8Histogram histo = { { 0 } }; in MBAnalyzeBestUVMode() local
496 VP8LHistogram* histo = NULL; in CostModelBuild() local840 VP8LHistogram* const histo = VP8LAllocateHistogram(cache_bits); in VP8LGetBackwardReferences() local892 VP8LHistogram* histo = VP8LAllocateHistogram(cache_bits); in ComputeCacheEntropy() local
199 const VP8LHistogram* const histo = histogram_image->histograms[i]; in GetHuffBitLengthsAndCodes() local240 VP8LHistogram* const histo = histogram_image->histograms[i]; in GetHuffBitLengthsAndCodes() local709 VP8LHistogram* const histo = VP8LAllocateHistogram(1); in EvalAndApplySubtractGreen() local
372 int histo[HISTOSIZE]; in main() local
694 int histo[4][256]; in VP8LResidualImage() local915 int histo[256] = { 0 }; in GetPredictionCostCrossColorRed() local982 int histo[256] = { 0 }; in GetPredictionCostCrossColorBlue() local
885 VP8Histogram* const histo) { in CollectHistogram()
45 VP8Histogram* const histo) { in CollectHistogram()
59 VP8Histogram* const histo) { in CollectHistogram()
1365 int histo[65536]; variable
1013 int n_opaque, n_trans, n_alpha, len, histo[256]; in pixels2curs() local
369 int i, k, *histo; in debug_colormap() local
212 UInt* histo; /* [0 .. xsize-1] */ member