]> granicus.if.org Git - libvpx/commit
Remove constant vp9_coef_update_prob table
authorJohn Koleszar <jkoleszar@google.com>
Fri, 14 Jun 2013 22:12:31 +0000 (15:12 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 14 Jun 2013 22:12:31 +0000 (15:12 -0700)
commit0f7a66e962027609bda58ffdae966713a88a216d
tree8079cb4f14594be99134361c15c48a98e3b49f7e
parent5616daf93e09246c92eb29670e16e837832c4096
Remove constant vp9_coef_update_prob table

All elements of this table are equal to 252, so replace it with a
single constant VP9_COEF_UPDATE_PROB.

Change-Id: I1e2d1d284326ce6df9899a740c2fc344b3ec81c9
vp9/common/vp9_coefupdateprobs.h [deleted file]
vp9/common/vp9_entropy.c
vp9/common/vp9_entropy.h
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/vp9_common.mk