Clean up max/min allowed block size in rd_pick_partition
authorJingning Han <jingning@google.com>
Tue, 29 Jul 2014 18:03:00 +0000 (11:03 -0700)
committerJingning Han <jingning@google.com>
Tue, 29 Jul 2014 18:03:52 +0000 (11:03 -0700)
commit6646ea73e29abd0349153708c2bd6fece006632c
tree81a9e166b24ee3c56e44cf0c4e167436d2ac9f12
parentc36f78b054db7633b2e3963d414fd205d7fea3c5
Clean up max/min allowed block size in rd_pick_partition

This commit replace the repetitive retrieve of max and min allowed
partition from speed_feature with local variables max_size and
min_size.

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