Searched defs:histo (Results 1 – 7 of 7) sorted by relevance
32 VP8LHistogram* const histo) { in VP8LHistogramStoreRefs()80 void VP8LHistogramAddSinglePixOrCopy(VP8LHistogram* const histo, in VP8LHistogramAddSinglePixOrCopy()
392 VP8LHistogram histo; in CostModelBuild() local750 VP8LHistogram* const histo = (VP8LHistogram*)malloc(sizeof(*histo)); in VP8LGetBackwardReferences() local802 VP8LHistogram* const histo) { in ComputeCacheHistogram()860 VP8LHistogram histo; in VP8LCalculateEstimateForCacheSize() local
190 const VP8LHistogram* const histo = histogram_image->histograms[i]; in GetHuffBitLengthsAndCodes() local225 VP8LHistogram* const histo = histogram_image->histograms[i]; in GetHuffBitLengthsAndCodes() local634 VP8LHistogram* const histo = (VP8LHistogram*)malloc(sizeof(*histo)); in EvalAndApplySubtractGreen() local
390 int histo[4][256]; in GetBestPredictorForTile() local479 int histo[4][256]; in VP8LResidualImage() local718 int histo[256] = { 0 }; in GetBestColorTransformForTile() local756 int histo[256] = { 0 }; in GetBestColorTransformForTile() local
58 int histo[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram() local
30 int histo[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogramSSE2() local
212 UInt* histo; /* [0 .. xsize-1] */ member