shithub: libvpx

Download patch

ref: fad43d42491c570abbf0092699462ca810f35b18
parent: e6257342b1d5e30e2cec052b5235daea519853ed
parent: f74c55eb038a861ed641841dbc9a56e6f3253d19
author: Deb Mukherjee <debargha@google.com>
date: Mon Mar 11 05:43:54 EDT 2013

Merge "Minor optimization in mv entropy adaptation" into experimental

--- a/vp9/common/vp9_entropymv.c
+++ b/vp9/common/vp9_entropymv.c
@@ -138,6 +138,7 @@
                                     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;