]> granicus.if.org Git - libvpx/commit
Skip comp inter mode test in RD loop with same frame bias signs
authorJingning Han <jingning@google.com>
Wed, 3 Sep 2014 01:05:03 +0000 (18:05 -0700)
committerJingning Han <jingning@google.com>
Wed, 3 Sep 2014 01:17:33 +0000 (18:17 -0700)
commit801fef26ecf7c50f99442d3d27562c784971f676
treec81b8a1cfab5ff4aa25c88334853942fc44ce898
parent33176fef872c5d812d7ce8f9875d5166de460c5d
Skip comp inter mode test in RD loop with same frame bias signs

This commit allows the encoder to skip check on compound inter
modes in the rate-distortion optimization loop, if the reference
frame bias signs are the same.

Change-Id: Ib753e6bb11cbdd338aee69dbe2b649671f75a6b0
vp9/encoder/vp9_rdopt.c