Skip to content
  • Attila Nagy's avatar
    Make global data const · f039a85f
    Attila Nagy authored
    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.
    
      - a91b42f0 Makes all global data in entropy.c const
      - b35a0db0 Makes all global data in tokenize.c const
      - 441cac8e Makes all mode token tables const
      - 5948a021 Ports vpx_xcaler to new RTCD method
      - 317d4244 Makes all mode token tables const part 2
    
    Change-Id: Ifeaea24df2b731e7c509fa6c6ef6891a374afc26
    f039a85f