mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Tests/LibVideo: Test to ensure that VP9 reference vector clamping works
The test file is a short clip from Big Buck Bunny, so a license file was added to the directory to attribute it.
This commit is contained in:
parent
df313c3dc5
commit
25c9dfbf90
Notes:
sideshowbarker
2024-07-17 05:23:40 +09:00
Author: https://github.com/Zaggy1024 Commit: https://github.com/SerenityOS/serenity/commit/25c9dfbf90 Pull-request: https://github.com/SerenityOS/serenity/pull/17256 Reviewed-by: https://github.com/ADKaster
4 changed files with 10 additions and 0 deletions
|
@ -8,3 +8,4 @@ endforeach()
|
|||
|
||||
install(FILES vp9_in_webm.webm DESTINATION usr/Tests/LibVideo)
|
||||
install(FILES vp9_4k.webm DESTINATION usr/Tests/LibVideo)
|
||||
install(FILES vp9_clamp_reference_mvs.webm DESTINATION usr/Tests/LibVideo)
|
||||
|
|
4
Tests/LibVideo/FILE_LICENSES.md
Normal file
4
Tests/LibVideo/FILE_LICENSES.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
## vp9_clamp_reference_mvs.webm
|
||||
|
||||
Licensed under [Creative Commons Attribution 3.0](http://creativecommons.org/licenses/by/3.0/)\
|
||||
(c) copyright 2008, Blender Foundation / [www.bigbuckbunny.org](https://www.bigbuckbunny.org)
|
|
@ -49,3 +49,8 @@ BENCHMARK_CASE(vp9_4k)
|
|||
{
|
||||
decode_video("./vp9_4k.webm"sv, 2);
|
||||
}
|
||||
|
||||
BENCHMARK_CASE(vp9_clamp_reference_mvs)
|
||||
{
|
||||
decode_video("./vp9_clamp_reference_mvs.webm"sv, 92);
|
||||
}
|
||||
|
|
BIN
Tests/LibVideo/vp9_clamp_reference_mvs.webm
Normal file
BIN
Tests/LibVideo/vp9_clamp_reference_mvs.webm
Normal file
Binary file not shown.
Loading…
Reference in a new issue