Home | History | Annotate | Download | only in libpng

Lines Matching full:costs

2763 rows, and by telling it the relative computational costs of the filters.
2766 costs[PNG_FILTER_VALUE_LAST] =
2771 weights, costs);
2783 The filter costs specify for each filter type a relative decoding cost
2785 with higher costs are less likely to be chosen over filters with lower
2786 costs, unless their "sum of absolute differences" is that much smaller.
2787 The costs do not necessarily reflect the exact computational speeds of
2793 been done to find optimum values for either the costs or the weights.