codec_support: add function for calculating LPC filter
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 26 Oct 2021 16:12:29 +0000 (18:12 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 26 Oct 2021 16:12:29 +0000 (18:12 +0200)
commit8d7cb844e69aa03fb6667681a5b06a3370c72eeb
tree3ba0eade9cc6048dcc35fa4753b8821a2ec38ef7
parentffe6400ed1fffcac3dc114a38675b523efb0c916
codec_support: add function for calculating LPC filter
nihav-codec-support/Cargo.toml
nihav-codec-support/src/dsp/lpc.rs [new file with mode: 0644]
nihav-codec-support/src/dsp/mod.rs