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)
commit1baa977c7a93a1ee308e5f663e96b6aa099d7648
treef188bc671a70e13c3fc399981203a96be4b917e6
parent6bf3ca09821f628bca5941cc3c9e12fd64aa6d0b
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