Merge "Minor optimization in mv entropy adaptation" into experimental

This commit is contained in:
Deb Mukherjee 2013-03-11 09:43:54 -07:00 committed by Gerrit Code Review
commit fad43d4249

View File

@ -138,6 +138,7 @@ static void increment_nmv_component(int v,
int incr,
int usehp) {
int s, z, c, o, d, e, f;
if (!incr) return;
assert (v != 0); /* should not be zero */
s = v < 0;
mvcomp->sign[s] += incr;