mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 23:40:47 +00:00
Eeeh I need some sleep, accidently commited a wrong version of the files that had other changes, too.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1943 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7ad13f49b4
commit
16527c55be
@ -150,13 +150,11 @@ static int synth_1to1_r(real *bandPtr,int channel,unsigned char *out,int *pnt)
|
|||||||
synth_func_t synth_func;
|
synth_func_t synth_func;
|
||||||
|
|
||||||
#ifdef HAVE_MMX
|
#ifdef HAVE_MMX
|
||||||
int synth_1to1_MMX( real *bandPtr ,int channel,short * samples)
|
int synth_1to1_MMX( real *bandPtr,int channel,short * samples)
|
||||||
{
|
{
|
||||||
real *mybandPtr __attribute__((aligned(16))) = bandPtr;
|
static short buffs[2][2][0x110];
|
||||||
short *mysamples __attribute__((aligned(16))) = samples;
|
static int bo = 1;
|
||||||
static short buffs[2][2][0x110] __attribute__((aligned(16)));
|
synth_1to1_MMX_s(bandPtr, channel, samples, (short *) buffs, &bo);
|
||||||
static int bo __attribute__((aligned(16))) = 1;
|
|
||||||
synth_1to1_MMX_s(mybandPtr, channel, mysamples, (short *) buffs, &bo);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user