Possible bug in vp8cx_encode_intra_macro_block
authorScott LaVarnway <slavarnway@google.com>
Mon, 31 Jan 2011 22:43:18 +0000 (17:43 -0500)
committerScott LaVarnway <slavarnway@google.com>
Mon, 31 Jan 2011 22:43:18 +0000 (17:43 -0500)
commit4a15e557936cc4cc4408f1b8db4d62f7eaaf4ea7
treee39d65e94bc60cbaf4980c076e3d6888f59514f6
parent60fde4d3425141443cd769674c2eca63d68dac32
Possible bug in vp8cx_encode_intra_macro_block

vp8_pick_intra4x4mby_modes uses the passed in distortion
for an early breakout.  The best distortion was never saved
and the distortion for TM_PRED was always used.

Change-Id: Idbaf73027408a4bba26601713725191a5d7b325e
vp8/encoder/encodeframe.c