Remove redundant second_ref_frame check in sub8x8
authorJingning Han <jingning@google.com>
Thu, 3 Oct 2013 21:00:42 +0000 (14:00 -0700)
committerJingning Han <jingning@google.com>
Thu, 3 Oct 2013 21:02:12 +0000 (14:02 -0700)
commit2952b7d1fb1cd57ef2a8e4d8f14ce34e79bae036
treee1e379941646f43117a83aeb92ff9db662c34edf
parentb9daef91d8b52f1dadee4ca1a3a8ff0f1100b190
Remove redundant second_ref_frame check in sub8x8

This commit removes the redundant second reference frame check in
the rate-distortion optimization loop for sub8x8 blocks.

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