Interpolate on quantized values for tiled images.
This commit is contained in:
parent
bb996596e4
commit
9a9db2d4fd
2 changed files with 34 additions and 45 deletions
4
TODO.md
4
TODO.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue