Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.c548 static float PredictionCostSpatial(const int counts[256], int weight_0, in PredictionCostSpatial() argument
552 double bits = weight_0 * counts[0]; in PredictionCostSpatial()