mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +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
4 changed files with 10 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue