Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c389 static float PredictionCostSpatial(const int counts[256], int weight_0, in PredictionCostSpatial() function
430 retval += PredictionCostSpatial(tile[i], 1, kExpValue); in PredictionCostSpatialHistogram()
793 PredictionCostSpatial(counts, 3, kExpValue); in PredictionCostCrossColor()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c474 static float PredictionCostSpatial(const int* counts, in PredictionCostSpatial() function
515 retval += PredictionCostSpatial(tile[i], 1, kExpValue); in PredictionCostSpatialHistogram()
870 PredictionCostSpatial(counts, 3, kExpValue); in PredictionCostCrossColor()