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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c514 const double kExpValue = 0.94; local
515 retval += PredictionCostSpatial(tile[i], 1, kExpValue);
868 static const double kExpValue = 2.4; local
870 PredictionCostSpatial(counts, 3, kExpValue);
/external/webp/src/dsp/
H A Dlossless.c514 const double kExpValue = 0.94; local
515 retval += PredictionCostSpatial(tile[i], 1, kExpValue);
868 static const double kExpValue = 2.4; local
870 PredictionCostSpatial(counts, 3, kExpValue);

Completed in 88 milliseconds