Refactor dec_build_inter_predictors
authorFrank Galligan <fgalligan@google.com>
Sun, 22 Mar 2015 20:41:13 +0000 (13:41 -0700)
committerFrank Galligan <fgalligan@google.com>
Wed, 8 Apr 2015 22:00:29 +0000 (15:00 -0700)
commit5668dcc7b988f1a2d083eadec6832469de2043af
tree952a8b15881530b647c71426c0d5512cc0668c11
parent59681be0a04a275daf5345274b61cebb6000f594
Refactor dec_build_inter_predictors

Refactor the loops in dec_build_inter_predictors to try and decrease
the number of instructions. Limited testing saw about 1% perf
increase on x86 and about 0.67 % perf increase on Arm.

Change-Id: I69cfe6335bb562fbaaebf43fb3f5c5a2a28882a2
vp9/decoder/vp9_decodeframe.c