Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Implementation of algorithms for VapourSynth in ISPC. (Useless. Too busy to work on it.)

License

Notifications You must be signed in to change notification settings

WolframRhodium/VapourSynth-ISPC-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VapourSynth-ISPC-Project

Implementation of algorithms for VapourSynth in ISPC.

Available functions:

ispc.Binarize(clip clip[, float[] threshold, float[] v0=0, float[] v1, int[] planes=[0, 1, 2]]) # std.Binarize
ispc.Invert(clip clip[, int[] planes=[0, 1, 2]]) # std.Invert
ispc.MakeDiff(clip clipa, clip clipb[, int[] planes=[0, 1, 2]]) # std.MakeDiff
ispc.MergeDiff(clip clipa, clip clipb[, int[] planes=[0, 1, 2]]) # std.MergeDiff
ispc.Merge(clip clipa, clip clipb[, float[] weight = 0.5]) # std.Merge
ispc.Limiter(clip clip[, float[] min, float[] max, int[] planes=[0, 1, 2]]) # std.Limiter

About

Implementation of algorithms for VapourSynth in ISPC. (Useless. Too busy to work on it.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages