aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-codec-support/src/vq
Commit message (Expand)AuthorAgeFilesLines
* codec_support: fix or silence clippy warningsKostya Shishkov2020-06-162-4/+5
* codec_support/vq: make ELBG report the number of meaningful codewordsKostya Shishkov2020-06-151-7/+23
* codec_support/vq: use 1% improvement as a threshold in ELBG loopKostya Shishkov2020-06-151-1/+1
* codec_support/vq: calculate full cluster distortion instead of an averageKostya Shishkov2020-06-151-3/+0
* codec_support/vq: do not move empty group centroidKostya Shishkov2020-06-151-1/+3
* codec_support: add module for generic vector quantisationKostya Shishkov2020-05-303-0/+429