search for: dtrain_lsp

Displaying 2 results from an estimated 2 matches for "dtrain_lsp".

2000 Nov 08
1
vorbis module: Makefile cleaning
...ranulepos name change was missed. Similarly, it might be an idea to reinstate the 'selftest' target, even though you normally wouldn't make it. I also have rules to make the special library versions e.g. --- vorbis/Makefile.am with train_lsp: $(MAKE) all CFLAGS="@CFLAGS@ -DTRAIN_LSP" analysis: $(MAKE) all CFLAGS="@CFLAGS@ -DANALYSIS" both: $(MAKE) all CFLAGS="@CFLAGS@ -DTRAIN_LSP -DANALYSIS" --- targets. This is a minimal change, and there are certainly better ways to do it (i.e. a separate libname for specialized oggenc versions...
2000 Dec 19
0
what script or command makes the codebooks? (fwd)
...rd to track the > data and it's assume that you know what you are doing if you are using those > tools.:) > > Steps, in rough, > > Change #if 0 in lib source to make it generate training data, These are compile-time switches. I added targets to my Makefile.am to build with -DTRAIN_LSP and/or -DTRAIN_RES (and/or -DTRAIN_RESENT, if that's more what you need). > > Train the LSP data (no info here because I havn't done it since Vorbis > switched to lattice for LSP). You'll probably need to change some code in latticetune.c for this to work. (I had to: the q_s...