otrx: make crc32 table global for further optimizations
authorRafał Miłecki <zajec5@gmail.com>
Sat, 20 Jun 2015 21:11:56 +0000 (21:11 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Sat, 20 Jun 2015 21:11:56 +0000 (21:11 +0000)
commitc13dede6b1334cbe068bf98bd02afa1180a5965e
tree15c26ddb1c064642a002f99f4ceec50185f04099
parent933b588e25556319fc762aca09d60f6b87d7a943
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>
SVN-Revision: 46077
package/utils/otrx/src/otrx.c