Searched refs:PredictionCostSpatial (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_enc.c | 389 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/ |
D | lossless.c | 474 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()
|