codec_support: add module for generic vector quantisation
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 30 May 2020 10:07:17 +0000 (12:07 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 30 May 2020 10:07:17 +0000 (12:07 +0200)
commit971ae3066382f416b074c24df6b3213431856b81
tree75dfcd8050ab883cf80f9946033aeb6847e67ee7
parentf0081142878786d1a07c61e4df2d2a318609b478
codec_support: add module for generic vector quantisation
nihav-codec-support/Cargo.toml
nihav-codec-support/src/lib.rs
nihav-codec-support/src/vq/generic_elbg.rs [new file with mode: 0644]
nihav-codec-support/src/vq/generic_mediancut.rs [new file with mode: 0644]
nihav-codec-support/src/vq/mod.rs [new file with mode: 0644]