]> granicus.if.org Git - libvpx/commit
Skip checking compound modes with same sign bias for sub8x8
authorJingning Han <jingning@google.com>
Tue, 18 Sep 2018 22:56:03 +0000 (15:56 -0700)
committerJingning Han <jingning@google.com>
Thu, 20 Sep 2018 15:58:55 +0000 (08:58 -0700)
commit7cc12cbe0e8989a770d1411062154d4f410e8af4
treeae1d3a68bf6f694cd7d152f2c60837865a20e2f8
parent4770f851a893123b76b204dad85a7a09dfb1b6ed
Skip checking compound modes with same sign bias for sub8x8

Drop the check of compound modes where the two reference frames
share the same reference frame sign bias in sub8x8 coding blocks.

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