otrx: make crc32 table global for further optimizations
authorRafał Miłecki <zajec5@gmail.com>
Sun, 21 Jun 2015 20:04:42 +0000 (20:04 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Sun, 21 Jun 2015 20:04:42 +0000 (20:04 +0000)
commitaa6f1b941125af981e8bb6ca2e0fef184128bbcf
treefa937d0a35285bfb77e2303d05d6c728f4ccbde8
parent4c5640bd6bb16f82207bae753d60f3e2d1332d5d
otrx: make crc32 table global for further optimizations

So far we got only one generic function accessing this table, but
implementing optimizations will require calculating crc32 in other code
parts as well.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Backport of r46077

SVN-Revision: 46092
package/utils/otrx/src/otrx.c