mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 14:31:09 +00:00
Yet another typo
Originally committed as revision 5933 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
532877894b
commit
c489d907e1
@ -1714,8 +1714,8 @@ static void vorbis_inverse_coupling_altivec(float *mag, float *ang,
|
|||||||
a = vec_xor(a, (vector float) vec_sl((vector unsigned int)t0, v_31));
|
a = vec_xor(a, (vector float) vec_sl((vector unsigned int)t0, v_31));
|
||||||
t0 = (vector bool int)vec_and(a, t1);
|
t0 = (vector bool int)vec_and(a, t1);
|
||||||
t1 = (vector bool int)vec_andc(a, t1);
|
t1 = (vector bool int)vec_andc(a, t1);
|
||||||
a = vec_sub(m, (vector float)t0);
|
a = vec_sub(m, (vector float)t1);
|
||||||
m = vec_add(m, (vector float)t1);
|
m = vec_add(m, (vector float)t0);
|
||||||
vec_stl(a, 0, ang+i);
|
vec_stl(a, 0, ang+i);
|
||||||
vec_stl(m, 0, mag+i);
|
vec_stl(m, 0, mag+i);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user