shithub: libvpx

Download patch

ref: f039a85fd820f9f010d32dd45fc82dddc3263783
parent: 9f9cc8fe71429fe64603d5bc60f5b6097e68baaf
author: Attila Nagy <attilanagy@google.com>
date: Mon Apr 16 06:23:57 EDT 2012

Make global data const

Removes all runtime initialization of global data. This commit is a
squashed version of the following series cherry-picked from master.
This is necessary because of a change that was merged to the tester
that depends on the scaler being moved to the RTCD framework, which
is a worthwhile thing to include in Eider anyway.

  - a91b42f02 Makes all global data in entropy.c const
  - b35a0db0e Makes all global data in tokenize.c const
  - 441cac8ea Makes all mode token tables const
  - 5948a0210 Ports vpx_xcaler to new RTCD method
  - 317d4244c Makes all mode token tables const part 2

Change-Id: Ifeaea24df2b731e7c509fa6c6ef6891a374afc26