Displaying 2 results from an estimated 2 matches for "vorbis_book_decod".
Did you mean:
vorbis_book_decode
2005 Sep 13
1
Clarification on code books usage.
...ok number ) to walk through the huffman code
book tree till it hits a leaf node which is nothing but the entry number.
If we consider our floor 1 Y value example , this entry number is
directly being used as the Y value. Here is an extract from the tremor
code for the same
"if((fit_value[j+k]=vorbis_book_decode(books+book,&vd->opb))==-1)" where
vorbis_book_decode is returning an entry number. If this is correct the
code books constructed for decoding of the floor at the encoder should
have as many entries as the maximum value of the floor 1 Y value can take
(seems to be 256 ) .
In the case o...
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
...elope_clear
_ve_envelope_init
_ve_envelope_mark
_ve_envelope_search
_ve_envelope_shift
_vi_gpsy_free
_vi_psy_free
_vorbis_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...