search for: huffbuild

Displaying 6 results from an estimated 6 matches for "huffbuild".

2001 Jun 03
3
[xiphmont@xiph.org: [xiph-cvs] cvs commit: vorbis/vq huffbuild.c latticetune.c make_residue_books.pl]
Go monty! jack. ----- To: cvs@xiph.org Subject: [xiph-cvs] cvs commit: vorbis/vq huffbuild.c latticetune.c make_residue_books.pl Date: Sun, 3 Jun 2001 22:50:13 -0700 (PDT) From: xiphmont@xiph.org (Monty) Precedence: bulk Reply-To: cvs@xiph.org xiphmont 01/06/03 22:50:12 Modified: lib codebook.c codebook.h floor0.c mapping0.c os.h res0.c...
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...e.o - -all: - $(MAKE) target CFLAGS="$(OPT)" - -debug: - $(MAKE) target CFLAGS="$(DEBUG)" - -profile: - $(MAKE) target CFLAGS="$(PROFILE)" - -target: lspvqtrain genericvqtrain residuevqtrain vqbuild vqcascade vqmetrics latticebuild latticepare latticehint latticetune huffbuild residuesplit - -lspvqtrain: $(OFILES) lspdata.o train.o - $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@ $(LIBS) - -residuevqtrain: $(OFILES) residuedata.o train.o - $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@ $(LIBS) - -genericvqtrain: $(OFILES) genericdata.o train.o - $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@ $(LIBS) - -...
2000 Dec 19
0
what script or command makes the codebooks? (fwd)
...t that I haven't yet done enough myself to be convinvced I changed it correctly enough. (I recommend you tune them without cutting them down in size, if you want to use latticepare. I use rather large training sets, so I asked my scripts to zero all the never-used entries for me.) > > Huffbuild to produce, aux book. Works fine. > > Latticehint the books. Works fine. (I think I rewired some of the vq code to use the lib/ search versions, which actually do fall back to a brute-force search. This is nicer than the vq/ version, which will fail, at least for some programs, because bru...
2000 Nov 08
0
vq diffs
...ok.h vqgen.h vqext.h bookutil.h +HFILES = ../lib/codebook.h vqgen.h vqext.h bookutil.h OFILES = vqgen.o vqsplit.o bookutil.o ../lib/sharedbook.o @@ -85,5 +85,5 @@ lspvqtrain genericvqtrain residuevqtrain\ vqbuild vqmetrics latticebuild vqcascade latticepare\ - huffbuild residuesplit + huffbuild residuesplit latticehint latticetune distclean: clean diff -bBu2r vorbis/vq/bookutil.c vorbis-ejk/vq/bookutil.c --- vorbis/vq/bookutil.c Sat Nov 4 01:43:55 2000 +++ vorbis-ejk/vq/bookutil.c Wed Nov 8 14:00:20 2000 @@ -22,7 +22,7 @@ #include <string.h> #include...
2001 May 01
1
encoder observation
Hello! First of all a question: When you make the encoder tables (ie: mode_e.h) do you use the mapping0_forward function? Because you made the encoder tables, and after this you did a minor correction in the final beta4 ... (this correction was: additional[0]=fabs(additional[0]*scale); in the mapping0_forward function) (I see this was a bug, and the modification was correct, but this correction
2000 Dec 23
1
Look what I found under the Xmas tree!
...w as well, as long as the flr[] is reasonably smooth (in the high freq region). This should help low bitrates. And, of course, the quantization control magic. Never thought 69kbps would sound that good. Still need some VQ training; I just can't figure how to use the tools correctly (currently, huffbuild is segfaulting on me). Yoho yoho! And off you go! Segher <HR NOSHADE> <UL> <LI>image/x-xbitmap attachment: d.m.l </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: d.m.l Type: application/octet-stream Size: 41290 bytes Desc: not avai...