Displaying 2 results from an estimated 2 matches for "trigcache".
Did you mean:
  regcache
  
2013 Apr 24
0
vorbis-psy compilation fix
...ex/libspeex/smallft.c	2013-04-24 20:37:07.586436790 +0400
@@ -1231,17 +1231,17 @@
   for(i=0;i<n;i++)c[i]=ch[i];
 }
 
-void spx_drft_forward(struct drft_lookup *l,float *data){
+EXPORT void spx_drft_forward(struct drft_lookup *l,float *data){
   if(l->n==1)return;
   drftf1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache);
 }
 
-void spx_drft_backward(struct drft_lookup *l,float *data){
+EXPORT void spx_drft_backward(struct drft_lookup *l,float *data){
   if (l->n==1)return;
   drftb1(l->n,data,l->trigcache,l->trigcache+l->n,l->splitcache);
 }
 
-void spx_d...
2000 Aug 22
2
Borland modification
...alloc.h>
#  else
#    define alloca(x) (_alloca(x))
#  endif
#  define rint(x)   (floor((x)+0.5))
#endif
#endif
Sqrt domain errors still occur when encoding a full range pure sine
wave.  Is anyone else seeing that problem?
An exception occasionally occurs on line 1251 of smallft.c:
   if(l->trigcache)free(l->trigcache);
when calling ov_clear for vorbisfile.  It seems to occur for the
new higher bitrate files.  The command line tools do not seem to cause
the exception.  Using old beta 1 code works fine.
Chris
http://www.goldwave.com
--- >8 ----
List archives:  http://www.xiph.org/archive...