Interpolate on quantized values for tiled images.

This commit is contained in:
Fabien Freling 2014-07-08 08:04:43 +02:00
parent bb996596e4
commit 9a9db2d4fd
2 changed files with 34 additions and 45 deletions

View file

@ -6,14 +6,14 @@
[ ] Fix out-of-bounds pixel set
[ ] Optimization for square images?
[ ] Fixed point computation?
[X] Fixed point computation?
# Cache
[-] Rotate per channel -> no gain
[ ] Load pixels in uint64-t
[X] Cut image in tiles
[ ] Overlap?
[ ] Rotate in one temp tile then copy/move it
[X] Rotate in one temp tile then copy/move it
[-] Align memory -> no gain
# Quality