changed to use a fixed number for update probabity
authorYaowu Xu <yaowu@google.com>
Thu, 24 May 2012 19:02:12 +0000 (12:02 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 12 Jun 2012 21:57:54 +0000 (14:57 -0700)
commit074a38b1fd79c386104bb71547e0b9d7dd039056
tree97ee6b50fb896072b876509f3e403e520b540096
parentbb25083d65c4892c0f2fb585588b0c52c1c11b11
changed to use a fixed number for update probabity

This commit is to remove two arrays, which contain the probabilities
of how likely each probability in coef_probs table is updated. The
commit changed to use a fixed number "252".

Surprisedly, the overall impact on quality is close to zero, which
basically says the two big static arrays are not helpful at all.
derf: -0.016%, -0.020%
std-hd: 0.000%, -0.013%
yt: -0.022%, +0.007%
yt-hd: -0.038%, +0.034%

Change-Id: Ifee94d28a37dcab4f1d2b994bd5b07575be42b72
vp8/common/coefupdateprobs.h
vp8/common/default_coef_probs.h
vp8/common/entropy.h
vp8/decoder/decodframe.c
vp8/encoder/bitstream.c