shithub: libvpx

Download patch

ref: bdf469c91e5e47fcae53e00be03af5adcbf6ac6d
parent: fc2f8dafaf6fb71025248653f86d13732cb45922
parent: 15542721eed9f434b4d9c670d4184c566705bfb7
author: John Koleszar <jkoleszar@google.com>
date: Tue Oct 19 16:20:31 EDT 2010

Merge "Update arnr strength range form 1-6 to 0-6."

--- a/vp8/vp8_cx_iface.c
+++ b/vp8/vp8_cx_iface.c
@@ -184,7 +184,7 @@
     RANGE_CHECK(vp8_cfg, token_partitions,   VP8_ONE_TOKENPARTITION, VP8_EIGHT_TOKENPARTITION);
     RANGE_CHECK_HI(vp8_cfg, Sharpness,       7);
     RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15);
-    RANGE_CHECK(vp8_cfg, arnr_strength,   1, 6);
+    RANGE_CHECK_HI(vp8_cfg, arnr_strength,   6);
     RANGE_CHECK(vp8_cfg, arnr_type,       1, 3);
 
     if (cfg->g_pass == VPX_RC_LAST_PASS)