Changed segmentation check order
commit64baa8df2e3f5cd8036fac9715d3f7d348620fa6
authorScott LaVarnway <slavarnway@google.com>
Thu, 16 Dec 2010 22:01:27 +0000 (16 17:01 -0500)
committerScott LaVarnway <slavarnway@google.com>
Thu, 16 Dec 2010 22:01:27 +0000 (16 17:01 -0500)
tree2e040ba6fafd842f4f03822ce44caccf4c688aba
parent81cdeb7117154dfa4ae9e8c22d3df1a23793a82b
Changed segmentation check order

In SPLITMV, the 8x8 segment will be checked first.  If the 8x8 rd
is better than the best, we check the other segments.  Otherwise
bail.  Adjustments to the thresh_mult were necessary to make
up for the initial quality loss.
The performance improved by 20% (average) for good quality,
speed 0 and speed 1, while the overall quality remained the same.

Change-Id: I717aef401323c8a254fba3e9777d2a316c774cc3
vp8/encoder/onyx_if.c
vp8/encoder/rdopt.c