Fixed use of early breakout in vp8_pick_intra4x4mby_modes
authorAdrian Grange <agrange@google.com>
Wed, 13 Apr 2011 19:56:46 +0000 (12:56 -0700)
committerAdrian Grange <agrange@google.com>
Wed, 13 Apr 2011 19:56:46 +0000 (12:56 -0700)
commit8861174624fc52d6b5e6516448a9216226860cb3
treec8a0188e94d0927a09a9cbef1261a11278899374
parent538f1104078c444f962ed615b873d2d551758843
Fixed use of early breakout in vp8_pick_intra4x4mby_modes

Index i is used to detect early breakout from the first loop, but
its value is lost due to reuse in the second for loop. I moved
the position of the second loop and did some format cleanup.

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