]> granicus.if.org Git - libvpx/commit
Turn on adaptive pred filter scheme for sub8x8 below 720p
authorJingning Han <jingning@google.com>
Mon, 21 Jul 2014 23:22:56 +0000 (16:22 -0700)
committerJingning Han <jingning@google.com>
Mon, 21 Jul 2014 23:22:56 +0000 (16:22 -0700)
commitffd948bbd527e7491d0e9f240251eb3f86fd7aa4
tree8711bd5984372d5977a129979accc50ada5e0462
parentf932e15210820b806e7932f2ceb2e5f8758c8cc8
Turn on adaptive pred filter scheme for sub8x8 below 720p

For sequences of resolution below 720p, the encoder will check
intra prediction modes and inter prediction modes from LAST_FRAME.
This commit turns on adaptive prediction filter scheme for sub8x8
blocks, where inter prediction modes are enabled. For the test
sequence bus at CIF, the speed 2 runtime goes down from 17879 ms
to 16783 ms, i.e., 6% speed up. The compression performance of
derf set is down by -0.128%.

Change-Id: I01d5321a5ceab4e0666ac5be56c52d896c7a8d45
vp9/encoder/vp9_speed_features.c