Home
last modified time | relevance | path

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

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