Searched refs:chrV (Results 1 – 4 of 4) sorted by relevance
1297 (srcFilter->chrV && srcFilter->chrV->length > 1) || in sws_init_context()1299 (dstFilter->chrV && dstFilter->chrV->length > 1); in sws_init_context()1737 cpu_flags, srcFilter->chrV, dstFilter->chrV, in sws_init_context()1973 filter->chrV = sws_getGaussianVec(chromaGBlur, 3.0); in sws_getDefaultFilter()1976 filter->chrV = sws_getIdentityVec(); in sws_getDefaultFilter()1979 if (!filter->lumH || !filter->lumV || !filter->chrH || !filter->chrV) in sws_getDefaultFilter()1987 sws_scaleVec(filter->chrV, -chromaSharpen); in sws_getDefaultFilter()1989 sws_addVec(filter->chrV, id); in sws_getDefaultFilter()2008 sws_shiftVec(filter->chrV, (int)(chromaVShift + 0.5)); in sws_getDefaultFilter()2011 sws_normalizeVec(filter->chrV, 1.0); in sws_getDefaultFilter()[all …]
119 SwsVector *chrV; member
146 sws_filter.chrH = sws_filter.chrV = NULL; in alloc_sws_context()
163 sws_f.chrH = sws_f.chrV = NULL; in open_filter_param()