From: Steinar H. Gunderson Date: Sat, 21 Feb 2015 17:54:56 +0000 (+0100) Subject: Make ResampleEffect fall back to fp32 as needed. X-Git-Tag: 1.1.3~11 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=c62391987241f1482a99b6f6417fbec1d0ef2344;hp=c62391987241f1482a99b6f6417fbec1d0ef2344 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. ---