Removes duplication of key frame mode probabilities
authorAttila Nagy <attilanagy@google.com>
Mon, 23 Apr 2012 09:53:30 +0000 (12:53 +0300)
committerAttila Nagy <attilanagy@google.com>
Mon, 23 Apr 2012 09:58:39 +0000 (12:58 +0300)
commitf4126995b791833836830ee6da71fc4fba578fe0
tree31665c4e9b95e8df422b18cd15271ba543b7fb53
parentabf1784c313e5882280b1aa3f33098f5679401af
Removes duplication of key frame mode probabilities

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
vp8/common/entropymode.c
vp8/common/entropymode.h
vp8/common/onyxc_int.h
vp8/common/vp8_entropymodedata.h
vp8/decoder/decodemv.c
vp8/decoder/decodframe.c
vp8/encoder/bitstream.c
vp8/encoder/modecosts.c
vp8/encoder/ratectrl.c