search for: vqsp_book

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

2000 Aug 23
0
explicit header deps: patch
...split.h vorbis.nowp/vq/vqsplit.h *** vorbis.now/vq/vqsplit.h Mon May 8 16:49:51 2000 --- vorbis.nowp/vq/vqsplit.h Wed Aug 23 13:15:48 2000 *************** *** 21,24 **** --- 21,25 ---- #include "vorbis/codebook.h" + #include "vqgen.h" /* vqgen */ extern void vqsp_book(vqgen *v,codebook *b,long *quantlist); --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
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