mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by
adding spaces. Originally committed as revision 14902 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
27b71e4b24
commit
474efc1889
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user