Speex LSP quantiser working and LSP unit test running
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 24 Aug 2009 09:34:39 +0000 (09:34 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 24 Aug 2009 09:34:39 +0000 (09:34 +0000)
commit1f330c1e2a3703da9cfb5cd6543cd607c8e2f882
treee254baeb4c76a4db6794cab00f40b9a5acbf47f8
parent1d3b30b3f9c4aa1a249ed867f96a91490f30b892
Speex LSP quantiser working and LSP unit test running

git-svn-id: https://svn.code.sf.net/p/freetel/code@30 01035d8c-6547-0410-b346-abe4f91aad63
20 files changed:
codec2/README.txt
codec2/speex/arch.h [new file with mode: 0644]
codec2/speex/bits.c [new file with mode: 0644]
codec2/speex/fixed_generic.h [new file with mode: 0644]
codec2/speex/high_lsp_tables.c [new file with mode: 0644]
codec2/speex/lsp.c [new file with mode: 0644]
codec2/speex/lsp.h [new file with mode: 0644]
codec2/speex/lsp_tables_nb.c [new file with mode: 0644]
codec2/speex/math_approx.h [new file with mode: 0644]
codec2/speex/os_support.h [new file with mode: 0644]
codec2/speex/quant_lsp.c [new file with mode: 0644]
codec2/speex/quant_lsp.h [new file with mode: 0644]
codec2/speex/speex_bits.h [new file with mode: 0644]
codec2/speex/speex_types.h [new file with mode: 0644]
codec2/speex/stack_alloc.h [new file with mode: 0644]
codec2/src/comp.h [new file with mode: 0644]
codec2/unittest/Makefile
codec2/unittest/lsptest.c [new file with mode: 0644]
codec2/unittest/sd.c [new file with mode: 0644]
codec2/unittest/sd.h [new file with mode: 0644]