Displaying 3 results from an estimated 3 matches for "vorbis_lpc_to_lsp".
2000 Aug 29
1
double -> float conversion
...ocess of collecting performance data on my platform and I thought I'd test the difference between double and float performance. So, I replaced all occurances of double in vorbis with float (as was suggested should work).
I ended up hanging at:
#0 0x0002695c in cacm283 ()
#1 0x00026dd0 in vorbis_lpc_to_lsp ()
#2 0x0001b3cc in forward ()
#3 0x0001cac8 in forward ()
#4 0x0000b844 in vorbis_analysis ()
#5 0x000030b4 in oe_encode ()
#6 0x00002230 in main ()
#7 0x00001a04 in _start ()
#8 0x000018a8 in start ()
(gdb) q
Is the rewritten LPC/LSP (whatever that is :) that works with floats on the he...
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
...is_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_global_look
_vp_noisemask
_vp_offset_and_mix
_vp_psy_clear
_vp_psy_init
_vp_tonemask
-------------- next...
2001 Jan 13
4
Oggenc bug & other
...tions. (a short wav and ogg file)
This file is not a special case, I get the same bug at every 4.-5. song
(ripped from CDs), usually at the end of files.
Used command line options: oggenc.exe -b350 track12.wav
(btw1: during the encoding we get a 'Domain error in acos' in the
vorbis_lpc_to_lsp() function and at the decoding we get 'Overflow
range error in exp', but I don't know where is that 'exp' function)
(btw2: there is a comment in the lsp.c ... it writes about a possible
bug in the floor finder...)
(btw3: the beta2 encoder works properly on this fil...