search for: _vp_psy_init

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

2001 Jan 21
1
memory leak of libvorbis
Memory leak is brought about with the following function pair. Specifically 'noiseoffset' is not freed. _vp_psy_init() _vp_psy_clear() A problem confirmed with the following CVS snapshot. vorbis_nightly_cvs.tgz (2001/01/21 20:37) When you could try to confirm it is grateful. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this lis...
2001 Feb 01
1
minor psy.c modifications
Hello! Some minor bugfixes... source: psy.c function: _vp_psy_init 1. '-' or '+' in this line? maxoc=toOC((n*.5f - .25f)*rate/n)*(1<<(p->shiftoc+1))+.5f; maxoc=toOC((n*.5f + .25f)*rate/n)*(1<<(p->shiftoc+1))+.5f; 2. I know: sizeof(float *) and sizeof(float) are 4 bytes long, but... old lines: p->noisemedian=_ogg_malloc(n*si...
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
...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 part -------------- A non-text attachment was scrubbed... Name: 0001-Hide-private-symbols.patch Type: application/octet-stream Size: 17385 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/vorbis-dev/attachments/20180427/a5a51eeb/attachment-0001.obj...