Lines Matching full:costs
3584 rows, and by telling it the relative computational costs of the filters.
3587 costs[PNG_FILTER_VALUE_LAST] =
3592 weights, costs);
3604 The filter costs specify for each filter type a relative decoding cost
3606 with higher costs are less likely to be chosen over filters with lower
3607 costs, unless their "sum of absolute differences" is that much smaller.
3608 The costs do not necessarily reflect the exact computational speeds of
3614 been done to find optimum values for either the costs or the weights.