google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Add functions for removing parameters when trying new configurations. #16

Closed alvestrand closed 9 years ago

alvestrand commented 9 years ago

This change makes the optimizer aggressively remove parameters, and gives slightly higher scores (0.000001 dB per parameter) for shorter parameter lists, leading the optimizer to prefer them.

It adds a function for marking parameters as mandatory, since some codecs function very badly with all parameters removed.

Addresses #4 .

phoglund commented 9 years ago

lgtm with nits fixed