comparison acelp_vectors.h @ 7658:152d97e263f5 libavcodec

Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by adding spaces.
author michael
date Thu, 21 Aug 2008 23:52:48 +0000
parents c44919224bcd
children c4a4495715dd
comparison
equal deleted inserted replaced
7657:c44919224bcd 7658:152d97e263f5
136 * @param shift result will be shifted to right by this value 136 * @param shift result will be shifted to right by this value
137 * @param length vectors length 137 * @param length vectors length
138 * 138 *
139 * @note It is safe to pass the same buffer for out and in_a or in_b. 139 * @note It is safe to pass the same buffer for out and in_a or in_b.
140 * 140 *
141 * out[i] = (in_a[i]*weight_a+in_b[i]*weight_b+rounder) >> shift 141 * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift
142 */ 142 */
143 void ff_acelp_weighted_vector_sum( 143 void ff_acelp_weighted_vector_sum(
144 int16_t* out, 144 int16_t* out,
145 const int16_t *in_a, 145 const int16_t *in_a,
146 const int16_t *in_b, 146 const int16_t *in_b,