replace vec.truncate(0) with vec.clear()
[nihav.git] / nihav-codec-support / src / vq / generic_elbg.rs
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-06-16 Kostya Shishkovcodec_support: fix or silence clippy warnings
2020-06-15 Kostya Shishkovcodec_support/vq: make ELBG report the number of meanin...
2020-06-15 Kostya Shishkovcodec_support/vq: use 1% improvement as a threshold...
2020-06-15 Kostya Shishkovcodec_support/vq: calculate full cluster distortion...
2020-06-15 Kostya Shishkovcodec_support/vq: do not move empty group centroid
2020-05-30 Kostya Shishkovcodec_support: add module for generic vector quantisation