Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c429 const double kExpValue = 0.94; in PredictionCostSpatialHistogram() local
430 retval += PredictionCostSpatial(tile[i], 1, kExpValue); in PredictionCostSpatialHistogram()
791 static const double kExpValue = 2.4; in PredictionCostCrossColor() local
793 PredictionCostSpatial(counts, 3, kExpValue); in PredictionCostCrossColor()