search for: addmul

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

2000 Nov 08
0
vq diffs
...43:56 2000 +++ vorbis-ejk/vq/run.c Wed Nov 8 14:06:14 2000 @@ -27,4 +27,5 @@ #include <fcntl.h> +#include "misc.h" #include "bookutil.h" @@ -45,6 +46,6 @@ int main(int argc,char *argv[]){ char *basename; - codebook **b=_ogg_calloc(1,sizeof(codebook *)); - int *addmul=_ogg_calloc(1,sizeof(int)); + codebook **b=(codebook**)_ogg_calloc(1,sizeof(codebook *)); + int *addmul=(int*)_ogg_calloc(1,sizeof(int)); int books=0; int input=0; @@ -116,7 +117,7 @@ if(dot)*dot='\0'; - b=_ogg_realloc(b,sizeof(codebook *)*(books+2)); + b=(codebook**)_ogg...
2000 Sep 21
0
.vqd example?
...t;cloud"-type quantlist, and sequencep is pretty much ignored. But if you use it anyway, you can go by hand through the xxx.vqh file and guesstimate enough to make a bogus .vql file. Then I ran latticebuild to get a first try .vqh file Any comments about what's allowed and how to choose addmul? Then I tried latticetune .vqh-file .vqd-file ohoh tha name had to be precisely latticetune (or restune?) ok I tried restune to read multiple cols. from lsp0coeff_0.vqd still not a big difference. Tried changing values in my .vql file. This made some difference. but I can't figure it out....