Fix intra prediction ref selection in skip_encode
authorJingning Han <jingning@google.com>
Tue, 3 Dec 2013 02:44:08 +0000 (18:44 -0800)
committerJingning Han <jingning@google.com>
Tue, 3 Dec 2013 02:48:51 +0000 (18:48 -0800)
commitf01ad926d0b2b5c7f79f39f05168d6837cfd54a7
treec310116bc67b001382816353143b19bbfe89e860
parent9f81a50c853c902f575dbff4f0e61db7ebfa12fa
Fix intra prediction ref selection in skip_encode

This commit fixes the intra prediction reference source selection
in the settings of skip_encode. Use original boundary pixels as
prediction reference, when the inverse transform and reconstruction
are skipped in the per block size rate-distortion optimization loop.

Change-Id: I36081aa30aa46e203e0e6f4e8a420fd08269469a
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_onyx_if.c