diff options
author | John Stebbins <[email protected]> | 2017-05-31 10:21:53 -0700 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-06-06 11:42:09 -0400 |
commit | 021b3caa6efbfadb212bb1e686c2de08da6df2c6 (patch) | |
tree | 5b972504671f6bb1c19f99ad36a477f50dbe7cba /win/CS | |
parent | c365e557920c8911e638534b5fa5cc59487834a7 (diff) |
filter: add frame parallelizing filter wrapper
This wrapper can be used to frame parallelize simple video filters. By
simple, I mean there can be no temporal context that is shared from one
frame to the next.
Wrap unsharp and lapsharp filters. unsharp required a small rework to
separate out temporary storage that is required when processing each
frame. We now need to duplicate this storage for each thread.
Closes #759.
Diffstat (limited to 'win/CS')
0 files changed, 0 insertions, 0 deletions