Commit e938a33e authored by stefano's avatar stefano

Document sws_scaleVec().


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@28525 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 2aa5b0fb
......@@ -137,6 +137,10 @@ SwsVector *sws_getGaussianVec(double variance, double quality);
*/
SwsVector *sws_getConstVec(double c, int length);
SwsVector *sws_getIdentityVec(void);
/**
* Scales all the coefficients of \p a by the \p scalar value.
*/
void sws_scaleVec(SwsVector *a, double scalar);
void sws_normalizeVec(SwsVector *a, double height);
void sws_convVec(SwsVector *a, SwsVector *b);
......
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