Edit

kc3-lang/avir/bin

Branch :

  • Show log

    Commit

  • Author : Aleksey Vaneev
    Date : 2021-04-15 17:27:09
    Hash : c6e4dead
    Message : Version 2.8. Fixed regression with the copy-constructor of CImageResizeVars class (previously it caused uninitialized accesses). Removed filter length optimization as it did not reduce overhead measurably. Optimized "peaked cosine" window function generator (removed division). Added "unbiasing" to resizer - an unconventional approach which reduces peak error significantly, at the expense of 5% increased overhead. Reoptimized filter parameters, now yielding an unprecedented quality.