Turning model based reverse update on for coefs
authorDeb Mukherjee <debargha@google.com>
Fri, 26 Apr 2013 18:13:26 +0000 (11:13 -0700)
committerDeb Mukherjee <debargha@google.com>
Mon, 29 Apr 2013 17:09:57 +0000 (10:09 -0700)
commit040eeed9d03dbf9f6efaecf2c6e1fdfbfabee64d
tree993c169737dc4d2dbbb86e171f1ee06282fbc77b
parentfb3e4ed9eb38b5b2334e3f0de63b8a1995e46009
Turning model based reverse update on for coefs

Turns model based reverse updates on for coefficients in an
effort to reduce the memory requirement for counters.

With this patch the counters needed will be reduced by about
75% since only 3 counts are needed instead of 12.

The impact in performance is:
derf300: -0.252%
stdhd250: -0.046%

However retraining should alleviate some of the drop in
performance.

Change-Id: I6f2b3e13f6d5520aa3400b0b228fb5e8b4a43caa
vp9/common/vp9_entropy.c
vp9/common/vp9_entropy.h