Use reconstructed pixels for intra prediction
authorJingning Han <jingning@google.com>
Sat, 8 Nov 2014 01:50:55 +0000 (17:50 -0800)
committerJingning Han <jingning@google.com>
Tue, 11 Nov 2014 18:04:43 +0000 (10:04 -0800)
commite717d22b633c8df8af8654f517f53187a4ae5244
treedd1877bbd47e606a9dcdac771de82f4d4dbaa184
parent754b05a4de0d70f253dad5f93b08f9c07e84459b
Use reconstructed pixels for intra prediction

This commit makes the speed -6 and above use the reconstructed
boundary pixels for precise intra prediction. This allows more
intra prediction modes to be tested in the non-RD coding process.

Enabling horizontal and vertical intra prediction modes can
improve the speed -6 compression performance for rtc set
by 0.331%.

Change-Id: I3a99f9d12c6af54de2bdbf28c76eab8e0905f744
vp9/encoder/vp9_pickmode.c
vp9/encoder/vp9_speed_features.c