yotarok / flacenc-rs

FLAC encoder written in Rust
Apache License 2.0
22 stars 3 forks source link

Change the default parameter for ApproxEnt. #217

Closed yotarok closed 2 months ago

yotarok commented 2 months ago

FixedLpc is now a performance bottleneck, and its entropy estimation took a large fraction of the computation time even though FixedLpc is frequently a sub-optimal coding method. This change makes the compression rate by ~0.001% but compression speeds increased in all the tested conditions.