Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
15542721
Commit
15542721
authored
Oct 04, 2010
by
Frank Galligan
Committed by
John Koleszar
Oct 19, 2010
Browse files
Update arnr strength range form 1-6 to 0-6.
Change-Id: I8eb49c56f7509f0a8074d440e8345b9e3344b85b
parent
f143a811
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/vp8_cx_iface.c
View file @
15542721
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment