]> granicus.if.org Git - libvpx/commit
Fixing assertion in *Large unit tests
authorJulia Robson <juliamrobson@gmail.com>
Wed, 6 Apr 2016 10:16:57 +0000 (11:16 +0100)
committerJulia Robson <juliamrobson@gmail.com>
Wed, 6 Apr 2016 10:22:10 +0000 (11:22 +0100)
commit4300e50ccedd345778ef23227fee1e37b6ef7359
treed7f5b431ac9f21f33adcd8df079d1dfcc2073fb0
parent0f05873c89701c807e2f434ed9447ed24be75a35
Fixing assertion in *Large unit tests

In certain cases the code was subtracting the obmc cost
despite it not having been added previously.
For example with ref_mv, supertx, ext_inter, obmc & ext_refs
enabled the following test was failing but now passes:
"VP10/ArfFreqTestLarge.MinArfFreqTest/33"

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