Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c52 const double kExpValue = 0.94; in PredictionCostSpatialHistogram() local
53 retval += PredictionCostSpatial(tile[i], 1, kExpValue); in PredictionCostSpatialHistogram()
513 static const double kExpValue = 2.4; in PredictionCostCrossColor() local
515 PredictionCostSpatial(counts, 3, kExpValue); in PredictionCostCrossColor()