]> granicus.if.org Git - libvpx/commit
Deleted repeated code block
authorAdrian Grange <agrange@google.com>
Tue, 1 Nov 2011 15:41:43 +0000 (08:41 -0700)
committerAdrian Grange <agrange@google.com>
Tue, 1 Nov 2011 15:41:43 +0000 (08:41 -0700)
commit2b450a460fa847c7460f51ab38ecb9ab10f18218
tree1ae353dbaea560bb5574e95972a4031deaac8d1f
parent71fb1f8eaba95136622c29aad63a5edc75a47f2b
Deleted repeated code block

The block of code skipped testing the current mode if the
reference frame is AltRef, the mv is not (0,0) and
ARNR filtering is disabled.

This block of code has already been tested above if the
macro CONFIG_SEGFEATURES is set to 0.

Change-Id: I3f5710bb8270caad06c9a0eee59fa0daf1f70776
vp8/encoder/pickinter.c