filters: GP_Linear.c: Further speedups.
commit090ff9d7d97bdde4cb8daac440294a7460319f2d
authorCyril Hrubis <metan@ucw.cz>
Sun, 1 Jul 2012 19:59:03 +0000 (1 21:59 +0200)
committerCyril Hrubis <metan@ucw.cz>
Sun, 1 Jul 2012 19:59:03 +0000 (1 21:59 +0200)
tree0f26d9c948595b379cd3b417a9efd43158e55128
parent079d90a0e58cde797f3816a793a7cdb05d18d2bc
filters: GP_Linear.c: Further speedups.

Don't use uint8_t temporary array which fairly slows down
the computation, use array of int values instead.
libs/filters/GP_Linear.c