]> granicus.if.org Git - libvpx/commit
Changed condition for using RD in Intra Mode
authorAdrian Grange <agrange@google.com>
Fri, 28 Jan 2011 14:47:36 +0000 (14:47 +0000)
committerAdrian Grange <agrange@google.com>
Fri, 28 Jan 2011 14:47:36 +0000 (14:47 +0000)
commite9f513d74ae9cfc88f5423cb25bd65000bc32c0d
tree3a86494fa8533894afa544dbdb0664ddf0263c1c
parent35bb74a6bd0cfc626f0b88eb3b854b2d8a080668
Changed condition for using RD in Intra Mode

The condition for using RD when selecting the intra coding mode
for a MB is that the RD flag is set AND we're not in real-time
mode.

Previously the code used RD if either the RD flag was set OR
we were not using real-time mode.

Change-Id: Ic711151298468a3f99babad39ba8375f66d55a08
vp8/encoder/encodeframe.c