comparison libswscale/swscale.h @ 28498:d492a439d7d0

Document sws_getIdentityVec().
author stefano
date Wed, 11 Feb 2009 21:34:44 +0000
parents 95cfbbaa4f03
children 0fdb808fda41
comparison
equal deleted inserted replaced
28497:aa7a9636fde5 28498:d492a439d7d0
139 /** 139 /**
140 * Allocates and returns a vector with \p length coefficients, all 140 * Allocates and returns a vector with \p length coefficients, all
141 * with the same value \p c. 141 * with the same value \p c.
142 */ 142 */
143 SwsVector *sws_getConstVec(double c, int length); 143 SwsVector *sws_getConstVec(double c, int length);
144
145 /**
146 * Allocates and returns a vector with just one coefficient, with
147 * value 1.0.
148 */
144 SwsVector *sws_getIdentityVec(void); 149 SwsVector *sws_getIdentityVec(void);
145 150
146 /** 151 /**
147 * Scales all the coefficients of \p a by the \p scalar value. 152 * Scales all the coefficients of \p a by the \p scalar value.
148 */ 153 */