projects
/
profile
/
ivi
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f143a81
)
Update arnr strength range form 1-6 to 0-6.
author
Frank Galligan
<fgalligan@google.com>
Tue, 5 Oct 2010 01:12:22 +0000
(21:12 -0400)
committer
John Koleszar
<jkoleszar@google.com>
Wed, 20 Oct 2010 03:18:13 +0000
(20:18 -0700)
Change-Id: I8eb49c56f7509f0a8074d440e8345b9e3344b85b
vp8/vp8_cx_iface.c
patch
|
blob
|
history
diff --git
a/vp8/vp8_cx_iface.c
b/vp8/vp8_cx_iface.c
index
a6cb27b
..
499bc50
100644
(file)
--- a/
vp8/vp8_cx_iface.c
+++ b/
vp8/vp8_cx_iface.c
@@
-184,7
+184,7
@@
static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx,
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)