]> granicus.if.org Git - libvpx/commit
Moved row-specific computation of MV bounds out of col loop
authorAdrian Grange <agrange@google.com>
Wed, 29 Sep 2010 12:03:07 +0000 (13:03 +0100)
committerAdrian Grange <agrange@google.com>
Wed, 29 Sep 2010 12:03:07 +0000 (13:03 +0100)
commit0e7c45b39148ad385f40fed37d4c0c75ba8fcb95
treebdf1aca15c9b80da0dd97db744788ec56af53684
parent47fc8f2683946c7ba29a300c4528e66349adf704
Moved row-specific computation of MV bounds out of col loop

Moved the bounds computation on vertical MV component out
of the loop that processes MBs within a MB row.
vp8/encoder/encodeframe.c