From 80975f613841dbf3657a65295aaf7715e89df79e Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Fri, 4 Jul 2014 00:23:21 +0200 Subject: [PATCH] Update TODO. --- TODO.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 240fbdd..c2f70b1 100644 --- a/TODO.md +++ b/TODO.md @@ -9,9 +9,16 @@ [ ] Fixed point computation? # Cache -[X] Rotate per channel -> no gain +[-] Rotate per channel -> no gain [ ] Load pixels in uint64-t -[ ] Cut image in tiles +[X] Cut image in tiles + [ ] Overlap? + [ ] Rotate in one temp tile then copy/move it +[-] Align memory -> no gain # Quality [X] Interpolate using SIMD, SSE (no big gain) +[ ] Image borders + +# Bugs +[ ] first tile on each row is missing