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
bdf469c9
Commit
bdf469c9
authored
Oct 19, 2010
by
John Koleszar
Committed by
Code Review
Oct 19, 2010
Browse files
Merge "Update arnr strength range form 1-6 to 0-6."
parents
fc2f8daf
15542721
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/vp8_cx_iface.c
View file @
bdf469c9
...
...
@@ -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