Makes all mode token tables const
authorAttila Nagy <attilanagy@google.com>
Thu, 19 Apr 2012 12:14:28 +0000 (15:14 +0300)
committerAttila Nagy <attilanagy@google.com>
Thu, 19 Apr 2012 12:46:02 +0000 (15:46 +0300)
commit441cac8ea6128d55bf973a60169a0e5f61202ee4
treecc422da0cea16872edafc0b1e792155de011ad5f
parent97495c5c5ced0ab5839a3026e0e528fa22c15d5a
Makes all mode token tables const

Mode token tabels precalculated in entropymode.c.
Removes vp8_initialize_common()as all common global data
is precalculated const now.

Change-Id: I9b2ccc883e4f618069e1bc180dad3a823394eb73
vp8/common/alloccommon.c
vp8/common/entropymode.c
vp8/common/entropymode.h
vp8/common/onyxc_int.h
vp8/decoder/onyxd_if.c
vp8/encoder/onyx_if.c