Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
4eae56d6
Commit
4eae56d6
authored
Jul 10, 2014
by
Tom Finegan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add warning to temporal SVC test when temporal denoising is disabled.
Change-Id: Ib3792aa93514ccaf06c5d3f737f6e9243096f61c
parent
46441ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
test/vpx_temporal_svc_encoder.sh
test/vpx_temporal_svc_encoder.sh
+4
-0
No files found.
test/vpx_temporal_svc_encoder.sh
View file @
4eae56d6
...
...
@@ -21,6 +21,10 @@ vpx_tsvc_encoder_verify_environment() {
echo
"Libvpx test data must exist in LIBVPX_TEST_DATA_PATH."
return
1
fi
if
[
"
$(
vpx_config_option_enabled CONFIG_TEMPORAL_DENOISING
)
"
!=
"yes"
]
;
then
elog
"Warning: Temporal denoising is disabled! Spatial denoising will be "
\
"used instead, which is probably not what you want for this test."
fi
}
# Runs vpx_temporal_svc_encoder using the codec specified by $1 and output file
...
...
Write
Preview
Markdown
is supported
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