Displaying 1 result from an estimated 1 matches for "sslimit".
Did you mean:
sblimit
2001 Jul 02
1
ogg vorbis dynamic memory allocation.
...25k actually :)
> > >
> > > ...except your math is kind of funky?
> >
> > Sigh so 2816 was meant to be 4608 equalling 36k... so how
> funky is your
> > maths if you got 40.5k
>
> > > #define SBLIMIT 32
> > > #define SSLIMIT 18
> > > #define MAXFRAMESIZE 1792
> 4608 > > unsigned char bsspace[2][MAXFRAMESIZE+512];
> 9216 > > float hybrid_block[2][2][SBLIMIT*SSLIMIT];
> 9216 > > float synth_buffs[2][2][0x120];
> 9216 > > float block[2][2][SBLIMIT * SSLI...