search for: mapping0_inverse

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

2001 Nov 07
0
Greeting from Ogg on a Chip project
...r your comment toward the project. Do you have any recommendations? Now we are in the feasibility study phase. My first task is to profile the ogg123+libvorbis to see if any part of the software could be done in the hardware. I used gprof and found that the computational intensive part starts from mapping0_inverse() and its children (mdct*(), res2_inverse(), and codebook.c) so I just thought this might be a part that we could implement it in hardware (if possible). Do you have any comment? Are we on the right track? Thank you very much, Pattara The best things in life are free. - B.G. DeSilva (1927) ------...
2004 Nov 29
1
Segfault in vorbis_book_decodevv_add
...is means libvorbis-1.0.1), but I had the same issue with an older FreeBSD 5.1 installation. The backtrace looks like : (gdb) bt #0 0x28741d88 in vorbis_book_decodevv_add () from /usr/local/lib/libvorbis.so.3 #1 0x2873f6b0 in res2_inverse () from /usr/local/lib/libvorbis.so.3 #2 0x28740841 in mapping0_inverse () from /usr/local/lib/libvorbis.so.3 #3 0x28737185 in vorbis_synthesis () from /usr/local/lib/libvorbis.so.3 #4 0x2875b620 in _fetch_and_process_packet () from /usr/local/lib/libvorbisfile.so.4 #5 0x2875d614 in ov_read () from /usr/local/lib/libvorbisfile.so.4 #6 0x287220e8 in get_iplugin_inf...