remove low pass filtering from two 4x4 intra prediction
authorYaowu Xu <yaowu@google.com>
Mon, 1 Nov 2010 21:04:01 +0000 (14:04 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 18 Nov 2010 18:42:08 +0000 (10:42 -0800)
commit0867b8167899b9df7a0b40bbc416abd359ac0ac8
tree28ee10b8eba4e00f6664032455565e37ac10f489
parent39ceef38a7819aa1fee4234410160094016f0d28
remove low pass filtering from two 4x4 intra prediction

In the process of developing new intra prediction modes, tests have
shown removal of the low pass filtering from B_HE_PRED and B_VE_PRED
has an overall minor positive impact in both PSNR and SSIM metric.
Overall difference is about 0.1%. The change shall also have a small
positive impact on speed. Intuitively, this change should also reduce
some of the tendency of "flattening"

Change-Id: I3c43b0daca833c6eff77d00f19c811f9ef9368a3
vp8/common/reconintra4x4.c