Home
last modified time | relevance | path

Searched refs:PredictionCostSpatialHistogram (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc.c424 static float PredictionCostSpatialHistogram(const int accumulated[4][256], in PredictionCostSpatialHistogram() function
598 cur_diff = PredictionCostSpatialHistogram( in GetBestPredictorForTile()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c509 static float PredictionCostSpatialHistogram(int accumulated[4][256], in PredictionCostSpatialHistogram() function
567 cur_diff = PredictionCostSpatialHistogram(accumulated, histo); in GetBestPredictorForTile()