Adjusted breakout RD for SPLITMV
authorScott LaVarnway <slavarnway@google.com>
Thu, 16 Dec 2010 14:38:02 +0000 (09:38 -0500)
committerScott LaVarnway <slavarnway@google.com>
Thu, 16 Dec 2010 14:38:02 +0000 (09:38 -0500)
commit81cdeb7117154dfa4ae9e8c22d3df1a23793a82b
tree2cdd39122351604a40e4e5cce5d33a1aaf50a49e
parent4fbd0227f5a22183f880fcf0cf93f3799c65c37b
Adjusted breakout RD for SPLITMV

vp8_rd_pick_best_mbsegmentation looks at y only.  The new
breakout does not include the frame cost, the prob_skip_false
cost, or the uv rate.  Performance improved by a few percent
and the quality remained the same.

Change-Id: I94ff013998ac51e8ecce7130870f7b6600758e15
vp8/encoder/rdopt.c