search for: _vorbis_apply_window

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

2003 Sep 07
1
window.h
Hi, I believe that line 22 in window.h (vorbis\lib current CVS) that currently reads: extern void _vorbis_apply_window(float *d,float *window[2],long *blocksizes, should read: extern void _vorbis_apply_window(float *d,int *window[2],long *blocksizes, ie., 'window' should be int * and not float *. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org...
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
..._look res0_pack res0_unpack res1_class res1_forward res1_inverse res2_class res2_forward res2_inverse residue0_exportbundle residue1_exportbundle residue2_exportbundle _residue_P _ve_envelope_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_encod...
2003 Sep 07
0
window.h - 2
Hi, Further to my last post, I believe that the line in question should in fact read: extern void _vorbis_apply_window(float *d,int *window,long *blocksizes, to be quite correct!! John <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word ...