fix a bug where flags are not reset
authorYaowu Xu <yaowu@google.com>
Thu, 25 Jul 2013 17:28:38 +0000 (10:28 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 25 Jul 2013 17:28:38 +0000 (10:28 -0700)
commit3e386aefc20333209639a19f1a3a5559c25de2c2
tree67536bb1e65a2ec43b041df2ac529f775710060c
parentfcc34796d2376575ecb34d0d381a84b03bc6ad81
fix a bug where flags are not reset

The feature that uses small partition results as a measure to skip
mode evaluation at larger partition requires the flags to be reset.
The reset was missing in the code path that calls rd_use_partition().

Change-Id: Ia0a3a0aee1a862b6e2333d596808db7c48033d50
vp9/encoder/vp9_encodeframe.c