Remove superfluous conditional on 'shortcut'
authorGabriel Marin <gmx@chromium.org>
Wed, 14 Dec 2016 19:07:50 +0000 (11:07 -0800)
committerGabriel Marin <gmx@chromium.org>
Tue, 20 Dec 2016 20:20:21 +0000 (12:20 -0800)
commitfce163cd54ce95651ae568d63d5bd4fc6605f202
treedd76f116519adb5c1a1efd555e629576b73ab201
parent8a152a55f79062a9cba249919f1689ddbabbee22
Remove superfluous conditional on 'shortcut'

Remove superfluous test. Produces a small improvement in instruction scheduling.
Measured a 1% to 1.5% reduction in execution time for routine vp9_optimize_b
with different compilers.

No change in behavior.

TEST=Verified that encoded files match bit for bit, with and without this
change.
BUG=b/33678225

Change-Id: I2bf248d4c25fc0256147d7a8766ff9108ae9cba3
vp9/encoder/vp9_encodemb.c