summaryrefslogtreecommitdiff
path: root/vp8/encoder
diff options
context:
space:
mode:
authorAttila Nagy <attilanagy@google.com>2012-04-19 15:14:28 +0300
committerAttila Nagy <attilanagy@google.com>2012-04-19 15:46:02 +0300
commit441cac8ea6128d55bf973a60169a0e5f61202ee4 (patch)
treecc422da0cea16872edafc0b1e792155de011ad5f /vp8/encoder
parent97495c5c5ced0ab5839a3026e0e528fa22c15d5a (diff)
downloadlibvpx-441cac8ea6128d55bf973a60169a0e5f61202ee4.tar
libvpx-441cac8ea6128d55bf973a60169a0e5f61202ee4.tar.gz
libvpx-441cac8ea6128d55bf973a60169a0e5f61202ee4.tar.bz2
libvpx-441cac8ea6128d55bf973a60169a0e5f61202ee4.zip
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
Diffstat (limited to 'vp8/encoder')
-rw-r--r--vp8/encoder/onyx_if.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index ac80fabcd..7e56f8e53 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -218,7 +218,6 @@ void vp8_initialize()
if (!init_done)
{
vp8_scale_machine_specific_config();
- vp8_initialize_common();
init_done = 1;
}