search for: vorbis_book_encode

Displaying 3 results from an estimated 3 matches for "vorbis_book_encode".

2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
...rbis_apply_window vorbis_bitrate_clear vorbis_bitrate_init vorbis_bitrate_managed _vorbis_block_alloc _vorbis_block_ripcord vorbis_book_clear vorbis_book_codelen vorbis_book_codeword vorbis_book_decode vorbis_book_decodev_add vorbis_book_decodevs_add vorbis_book_decodev_set vorbis_book_decodevv_add vorbis_book_encode vorbis_book_init_decode vorbis_book_init_encode vorbis_lpc_from_data vorbis_lpc_predict vorbis_lpc_to_lsp vorbis_lsp_to_curve vorbis_staticbook_destroy vorbis_staticbook_pack vorbis_staticbook_unpack vorbis_window _vorbis_window_get _vp_ampmax_decay _vp_couple_quantize_normalize _vp_global_free _vp...
2009 Sep 16
1
Where in code can I get access to the data between VQ and Huffman coding steps
I want to analyse compressed data between VQ and Huffman coding steps. Where in source code can I access to data massive for this goal. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20090916/4529e42d/attachment-0001.htm
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