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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c548 static float PredictionCostSpatial(const int counts[256], int weight_0, function
589 retval += PredictionCostSpatial(tile[i], 1, kExpValue);
904 // Favor small absolute values for PredictionCostSpatial
907 PredictionCostSpatial(counts, 3, kExpValue);
/external/webp/src/dsp/
H A Dlossless.c539 static float PredictionCostSpatial(const int counts[256], int weight_0, function
580 retval += PredictionCostSpatial(tile[i], 1, kExpValue);
895 // Favor small absolute values for PredictionCostSpatial
898 PredictionCostSpatial(counts, 3, kExpValue);

Completed in 304 milliseconds