Commit 1f083082 authored by Michael Niedermayer's avatar Michael Niedermayer

vertical align

Originally committed as revision 14896 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cd523888
...@@ -101,7 +101,7 @@ void ff_acelp_convolve_circ( ...@@ -101,7 +101,7 @@ void ff_acelp_convolve_circ(
fc_out[k] += (fc_in[i] * filter[len + k - i]) >> 15; fc_out[k] += (fc_in[i] * filter[len + k - i]) >> 15;
for(k=i; k<len; k++) for(k=i; k<len; k++)
fc_out[k] += (fc_in[i] * filter[k - i]) >> 15; fc_out[k] += (fc_in[i] * filter[ k - i]) >> 15;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment