Home
last modified time | relevance | path

Searched defs:histo (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/enc/
Dhistogram.c32 VP8LHistogram* const histo) { in VP8LHistogramStoreRefs()
80 void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo, in VP8LHistogramAddSinglePixOrCopy()
Dbackward_references.c392 VP8LHistogram histo; in CostModelBuild() local
750 VP8LHistogram* const histo = (VP8LHistogram*)malloc(sizeof(*histo)); in VP8LGetBackwardReferences() local
802 VP8LHistogram* const histo) { in ComputeCacheHistogram()
860 VP8LHistogram histo; in VP8LCalculateEstimateForCacheSize() local
Dvp8l.c190 const VP8LHistogram* const histo = histogram_image->histograms[i]; in GetHuffBitLengthsAndCodes() local
225 VP8LHistogram* const histo = histogram_image->histograms[i]; in GetHuffBitLengthsAndCodes() local
634 VP8LHistogram* const histo = (VP8LHistogram*)malloc(sizeof(*histo)); in EvalAndApplySubtractGreen() local
/external/webp/src/dsp/
Dlossless.c390 int histo[4][256]; in GetBestPredictorForTile() local
479 int histo[4][256]; in VP8LResidualImage() local
718 int histo[256] = { 0 }; in GetBestColorTransformForTile() local
756 int histo[256] = { 0 }; in GetBestColorTransformForTile() local
Denc.c58 int histo[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram() local
Denc_sse2.c30 int histo[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogramSSE2() local
/external/valgrind/main/exp-dhat/
Ddh_main.c212 UInt* histo; /* [0 .. xsize-1] */ member