Cleaning up vp9_dec_build_inter_predictors_sb function.
authorDmitry Kovalev <dkovalev@google.com>
Wed, 4 Dec 2013 20:11:01 +0000 (12:11 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Wed, 4 Dec 2013 20:11:01 +0000 (12:11 -0800)
commitbeb35aba1966c59baf6c19ae4a013be518db86f7
tree023f933d8c88ed50893b4f7c875a6db92f6c333b
parent1470789927fa0b2ad1680443460168da97ca8c1b
Cleaning up vp9_dec_build_inter_predictors_sb function.

Using get_plane_block_size() instead of manipulation with subsampling
values, calculating all required values only once without redundant calls
to b_width_log2().

Change-Id: I00303f2a0926f9c4cb17f34591adda60615f8919
vp9/common/vp9_reconinter.c