diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-06 00:44:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-06 00:44:00 +0200 |
commit | 2c10dfc7aa259ad0fd5f3eab8879e870e77fd667 (patch) | |
tree | 62e844743d811dd3ba987d170cf1cb8fe71c9f88 /TODO | |
parent | add cubic interpolation test, did not work out too well (diff) | |
download | blueshift-2c10dfc7aa259ad0fd5f3eab8879e870e77fd667.tar.gz blueshift-2c10dfc7aa259ad0fd5f3eab8879e870e77fd667.tar.bz2 blueshift-2c10dfc7aa259ad0fd5f3eab8879e870e77fd667.tar.xz |
m + fix cubic interpolation
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ Low priority: https://en.wikipedia.org/wiki/Monotone_cubic_interpolation https://en.wikipedia.org/wiki/Spline_interpolation https://en.wikipedia.org/wiki/Lanczos_resampling + https://en.wikipedia.org/wiki/Kochanek–Bartels_spline + https://en.wikipedia.org/wiki/Stairstep_interpolation Use curve sizes returned from RandR/VidMode/... Use Robertson's method |