]> git.sesse.net Git - nageru/commit
Do the interpolation in Y'CbCr instead of RGBA; saves some conversions back and forth...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Sep 2018 13:35:29 +0000 (15:35 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Sep 2018 15:36:01 +0000 (17:36 +0200)
commit8deea0eee4f9b18540463ba253747c232873527b
treefed077d5b136a0567e258e4c102890c70ee1be6c
parent33886fdfb99be1bb67eede044319acf468b8ede7
Do the interpolation in Y'CbCr instead of RGBA; saves some conversions back and forth. Subsampling is stil done on the CPU (to be fixed).
flow.cpp
flow.h
flow_main.cpp
splat.frag
video_stream.cpp
video_stream.h