mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Document sws_scaleVec().
Originally committed as revision 28525 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
c326825e51
commit
0bcb5b3918
@ -137,6 +137,10 @@ SwsVector *sws_getGaussianVec(double variance, double quality);
|
|||||||
*/
|
*/
|
||||||
SwsVector *sws_getConstVec(double c, int length);
|
SwsVector *sws_getConstVec(double c, int length);
|
||||||
SwsVector *sws_getIdentityVec(void);
|
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_scaleVec(SwsVector *a, double scalar);
|
||||||
void sws_normalizeVec(SwsVector *a, double height);
|
void sws_normalizeVec(SwsVector *a, double height);
|
||||||
void sws_convVec(SwsVector *a, SwsVector *b);
|
void sws_convVec(SwsVector *a, SwsVector *b);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user