Commit c86e7473 authored by michael's avatar michael

Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by

adding spaces.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14902 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e8ac3ff6
...@@ -138,7 +138,7 @@ void ff_acelp_fc_pulse_per_track( ...@@ -138,7 +138,7 @@ void ff_acelp_fc_pulse_per_track(
* *
* @note It is safe to pass the same buffer for out and in_a or in_b. * @note It is safe to pass the same buffer for out and in_a or in_b.
* *
* out[i] = (in_a[i]*weight_a+in_b[i]*weight_b+rounder) >> shift * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift
*/ */
void ff_acelp_weighted_vector_sum( void ff_acelp_weighted_vector_sum(
int16_t* out, int16_t* out,
......
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