Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c389 static float PredictionCostSpatial(const int counts[256], int weight_0, in PredictionCostSpatial() argument
393 double bits = weight_0 * counts[0]; in PredictionCostSpatial()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c475 int weight_0, double exp_val) { in PredictionCostSpatial() argument
478 double bits = weight_0 * counts[0]; in PredictionCostSpatial()