Go to file
Fabien Freling d28caec8cc Implement SIMD in two passes.
In a first pass, we put the pixels values and the coefficients
in two separate buffers.

In a second pass, we computer the interpolation.
2014-09-08 22:32:35 +02:00
img Add lena_64.pgm (useful for debugging). 2014-07-23 23:40:29 +02:00
.gitignore Decompose complex lines. 2014-07-27 22:41:09 +02:00
Makefile Implement SIMD in two passes. 2014-09-08 22:32:35 +02:00
README.md Implement pixels as RGBX structure. 2014-07-12 22:42:48 +02:00
TODO.md Do one memset for left and right padding. 2014-08-08 19:29:46 +02:00
configure Update build for Linux. 2014-07-28 19:47:51 +02:00
image.cpp Add padding table. 2014-08-05 22:16:10 +02:00
image.h Set integer point type to int32_t. 2014-08-05 08:47:52 +02:00
pnm.cpp Add support for PGM format. 2014-07-21 06:57:08 +02:00
pnm.h Add support for PGM format. 2014-07-21 06:57:08 +02:00
rotation.cpp Implement SIMD in two passes. 2014-09-08 22:32:35 +02:00