Searched refs:sws_getIdentityVec (Results 1 – 2 of 2) sorted by relevance
265 attribute_deprecated SwsVector *sws_getIdentityVec(void);
67 static SwsVector *sws_getIdentityVec(void);1967 filter->lumH = sws_getIdentityVec(); in sws_getDefaultFilter()1968 filter->lumV = sws_getIdentityVec(); in sws_getDefaultFilter()1975 filter->chrH = sws_getIdentityVec(); in sws_getDefaultFilter()1976 filter->chrV = sws_getIdentityVec(); in sws_getDefaultFilter()1983 SwsVector *id = sws_getIdentityVec(); in sws_getDefaultFilter()1994 SwsVector *id = sws_getIdentityVec(); in sws_getDefaultFilter()2108 SwsVector *sws_getIdentityVec(void) in sws_getIdentityVec() function