Adds a speed feature for fast 1-loop forw updates
authorDeb Mukherjee <debargha@google.com>
Tue, 27 Aug 2013 22:07:50 +0000 (15:07 -0700)
committerDeb Mukherjee <debargha@google.com>
Wed, 28 Aug 2013 17:56:52 +0000 (10:56 -0700)
commite02dc84c1aae3a0c22c8c225c8e7b34335d1379b
tree65252c434cb8f8c9460b12ef98f48bb4fc2e2887
parent4505e8accbe2b88a029f20fc0cc0cddc966e42cd
Adds a speed feature for fast 1-loop forw updates

Incorporates a speed feature for fast forward updates of
coefficients. This feature takes 3 values:
0 - use standard 2-loop version
1 - use a 1-loop version
2 - use a 1-loop version with reduced updates

Results: derfraw300 +0.007% (on speed 0) at feature value = 1
                    -0.160% (on speed 0) at feature value = 2

There is substantial speed up at speeds 2 and above for low
resolution sequences where the entropy updates are a big part
of the overall computations.

Change-Id: Ie96fc50777088a5bd441288bca6111e43d03bcae
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_int.h