]> git.sesse.net Git - movit/commit
Make ResampleEffect fall back to fp32 as needed.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 21 Feb 2015 17:54:56 +0000 (18:54 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 21 Feb 2015 17:54:56 +0000 (18:54 +0100)
commitc62391987241f1482a99b6f6417fbec1d0ef2344
tree9dbf216f60153784b99dc963c86d52972eb680ae
parent185ced44b129739c9b5438da691e71d664d6443a
Make ResampleEffect fall back to fp32 as needed.

This should kill all precision issues when zooming. There are still
a few tricks we can do to improve fp16, but that's primarily a
performance issue.
resample_effect.cpp
resample_effect_test.cpp