]> granicus.if.org Git - libvpx/commit
Fix double counting of compound reference bit cost.
authorGeza Lore <gezalore@gmail.com>
Wed, 10 Feb 2016 13:34:39 +0000 (13:34 +0000)
committerGeza Lore <gezalore@gmail.com>
Wed, 10 Feb 2016 13:37:31 +0000 (13:37 +0000)
commitfd5463571e468e4408819c0d035680d1bc897852
treea8ed19e492ef4b9a380af43b7377bd1ae7dfb988
parent7a8c7853c10b14f1158a56fbb53def735cc82f37
Fix double counting of compound reference bit cost.

These costs are added in separately just before the computed
ref_costs_* are added in the calling functions, so they were
effectively double counted.

Change-Id: Ic941d0243460cc2e750791cfc508e97d8b90e8fd
vp10/encoder/rdopt.c