Home | History | Annotate | Download | only in libpng

Lines Matching full:costs

4390 rows, and by telling it the relative computational costs of the filters.
4393 costs[PNG_FILTER_VALUE_LAST] =
4398 weights, costs);
4410 The filter costs specify for each filter type a relative decoding cost
4412 with higher costs are less likely to be chosen over filters with lower
4413 costs, unless their "sum of absolute differences" is that much smaller.
4414 The costs do not necessarily reflect the exact computational speeds of
4420 been done to find optimum values for either the costs or the weights.