Enable adaptive motion search for ARF coding
authorJingning Han <jingning@google.com>
Thu, 4 Sep 2014 23:09:14 +0000 (16:09 -0700)
committerJingning Han <jingning@google.com>
Thu, 4 Sep 2014 23:26:40 +0000 (16:26 -0700)
commitd435148fe6b9bc2a34ddb6b3bec8bd300a072786
tree80b46e2e19598719c1245cdbe6c00998d96fe9e6
parent3de038f396f671f52ac36fece25308ef877492f5
Enable adaptive motion search for ARF coding

This commit turns on adaptive motion search for ARF coding, in
addition to other normal inter frame coding. It improves the
average compression efficiency:

stdhd 0.1%
derf  0.04%

For the test sequences, the speed 3 runtime is reduced:

pedestrian 1080p 2000 kbps, 149932 ms -> 144580 ms, (3.3% speed-up)
bus CIF 1000 kbps, 8050 ms -> 7895 ms, (1.9%)
highway CIF 100 bkps, 45033 ms -> 44078 ms, (2.2%)

Change-Id: I5228565b609f99e8ae04f6140a2bf2b64a831d21
vp9/encoder/vp9_rd.c
vp9/encoder/vp9_rdopt.c