Subversion Repositories Kolibri OS

Rev

Rev 228 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 228 Rev 286
Line 131... Line 131...
131
  }
131
  }
Line 132... Line 132...
132
 
132
 
133
  return ret;
133
  return ret;
Line 134... Line -...
134
}
-
 
135
 
134
}
136
int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt)
-
 
137
{
135
 
138
#ifndef PENTIUM_OPT
136
 
139
  static real buffs[2][2][0x110];
137
static real buffs[2][2][0x110];
-
 
138
static const int step = 2;
-
 
139
static int bo = 1;
-
 
140
 
-
 
141
void init_dct()
-
 
142
{
-
 
143
  bo = 1;
-
 
144
  memset(buffs,0, sizeof(buffs));
-
 
145
 
-
 
146
};
-
 
147
 
-
 
148
 
-
 
149
int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt)
140
  static const int step = 2;
150
{
Line 141... Line 151...
141
  static int bo = 1;
151
#ifndef PENTIUM_OPT
142
  short *samples = (short *) (out + *pnt);
152
  short *samples = (short *) (out + *pnt);
143
 
153