commit | efbbe70037eb8c498a66201f12780463963bad90 | [log] [tgz] |
---|---|---|
author | Fergus Simpson <afergs@google.com> | Fri Feb 17 14:41:48 2017 -0800 |
committer | Fergus Simpson <afergs@google.com> | Tue Mar 07 00:44:08 2017 +0000 |
tree | 1515ce7295aacde988778959ac7f6665b8f0d834 | |
parent | 4470af1913f79745cc61c2d7dca783bdadcfe675 [diff] |
handle_inter_mode: loop mv rate calculation In two cases the bit cost of a movement vector was calculated twice and summed when there were mutliple refs. The first result was assigned and the second was added. Now they are both added in a loop to reduce duplication. Change-Id: Iadcaec1dc4c2583fbb5cfd07bea6480756692a01