projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b71e4
)
Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 21 Aug 2008 23:52:48 +0000
(23:52 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 21 Aug 2008 23:52:48 +0000
(23:52 +0000)
adding spaces.
Originally committed as revision 14902 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/acelp_vectors.h
patch
|
blob
|
history
diff --git
a/libavcodec/acelp_vectors.h
b/libavcodec/acelp_vectors.h
index
c1cbf86
..
ae6c0b2
100644
(file)
--- a/
libavcodec/acelp_vectors.h
+++ b/
libavcodec/acelp_vectors.h
@@
-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.
*
- * 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(
int16_t* out,