summaryrefslogtreecommitdiff
path: root/vp8/common/vp8_entropymodedata.h
AgeCommit message (Collapse)Author
2012-06-27fix permissions on regular filesJames Zern
Change-Id: I731354b3cf3405eba2dfffcb47d174b5fa9df21a
2012-04-23Removes duplication of key frame mode probabilitiesAttila Nagy
Key frame macrobock and block mode probabilities are constant. Remove the allocation of tables for each codec instance and use instead the default const prob tables. Change-Id: I8361798ac491f9b3889e86925a494c58647c753f
2012-04-19Makes all mode token tables const part 2Scott LaVarnway
(see Change I9b2ccc88: Makes all mode token tables const) Further remove runtime table initialization and use precalculated const data. Data footprint reduced by 4112 bytes. Change-Id: Ia3ae9fc19f77316b045cabff01f6e5f0876a86ab