Merge remote branch 'internal/upstream' into HEAD
authorJohn Koleszar <jkoleszar@google.com>
Fri, 5 Nov 2010 01:50:37 +0000 (21:50 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 5 Nov 2010 01:50:37 +0000 (21:50 -0400)
Conflicts:
vp8/common/alloccommon.c
vp8/common/onyxc_int.h
vp8/vp8_cx_iface.c
vpxenc.c

1  2 
configure
vp8/common/alloccommon.c
vp8/common/onyxc_int.h
vp8/vp8_cx_iface.c
vpxenc.c

diff --cc configure
Simple merge
Simple merge
@@@ -115,8 -116,7 +116,8 @@@ typedef struct VP8Commo
      int mb_cols;
      int mode_info_stride;
  
-     // prfile settings
+     /* profile settings */
 +    int experimental;
      int mb_no_coeff_skip;
      int no_lpf;
      int simpler_lpf;
@@@ -63,10 -64,9 +64,10 @@@ static const struct extraconfig_map ext
              0,                          /* Sharpness */
              0,                          /* static_thresh */
              VP8_ONE_TOKENPARTITION,     /* token_partitions */
-             0, /* arnr_max_frames */
-             0, /* arnr_strength */
-             0, /* arnr_type*/
+             0,                          /* arnr_max_frames */
+             3,                          /* arnr_strength */
+             3,                          /* arnr_type*/
 +            0,                          /* experimental mode */
          }
      }
  };
diff --cc vpxenc.c
Simple merge