Makes all global data in tokenize.c const
authorAttila Nagy <attilanagy@google.com>
Mon, 16 Apr 2012 11:47:40 +0000 (14:47 +0300)
committerAttila Nagy <attilanagy@google.com>
Tue, 17 Apr 2012 12:38:05 +0000 (15:38 +0300)
commitb35a0db0e76806554c8e22c48d358d4c33563b37
treedcf8016cb6d8081e124b55f72517c3a24e335c9e
parentb5b61c179d8de1eab379d8e89d7b3bdca9d6c189
Makes all global data in tokenize.c const

Removes all runtime initialization of global data in tokenize.c.
DCT token and cost tabels are pre-generated.

Second patch in a series to make sure code is reentrant.

Change-Id: Iab48b5fe290129823947b669413101f22a1bcac0
vp8/encoder/dct_value_cost.h [new file with mode: 0644]
vp8/encoder/dct_value_tokens.h [new file with mode: 0644]
vp8/encoder/onyx_if.c
vp8/encoder/tokenize.c
vp8/encoder/tokenize.h
vp8/vp8cx.mk