Displaying 2 results from an estimated 2 matches for "noiseoffset".
Did you mean:
nodeoffset
2001 Feb 01
1
minor psy.c modifications
...39;+' 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*sizeof(float *));
p->noiseoffset=_ogg_malloc(n*sizeof(float *));
p->tonecurves[i]=_ogg_malloc(P_LEVELS*sizeof(float *));
new (corrected) lines:
p->noisemedian=_ogg_malloc(n*sizeof(float));
p->noiseoffset=_ogg_malloc(n*sizeof(float));
p->tonecurves[i]=_ogg_malloc(P_LEVELS*sizeof(float));
3. modified bark_noise_median(...
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/...