Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
af7ab32b
Commit
af7ab32b
authored
Dec 01, 2019
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate/cbs: add a switch frame AV1 test
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
553c1431
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
cbs.mak
tests/fate/cbs.mak
+2
-1
cbs-av1-switch_frame
tests/ref/fate/cbs-av1-switch_frame
+1
-0
No files found.
tests/fate/cbs.mak
View file @
af7ab32b
...
@@ -27,7 +27,8 @@ FATE_CBS_AV1_CONFORMANCE_SAMPLES = \
...
@@ -27,7 +27,8 @@ FATE_CBS_AV1_CONFORMANCE_SAMPLES = \
FATE_CBS_AV1_SAMPLES = \
FATE_CBS_AV1_SAMPLES = \
frames_refs_short_signaling.ivf \
frames_refs_short_signaling.ivf \
non_uniform_tiling.ivf \
non_uniform_tiling.ivf \
seq_hdr_op_param_info.ivf
seq_hdr_op_param_info.ivf \
switch_frame.ivf
$(foreach N,$(FATE_CBS_AV1_CONFORMANCE_SAMPLES),$(eval $(call FATE_CBS_TEST,av1,$(basename $(N)),av1-test-vectors/$(N),ivf)))
$(foreach N,$(FATE_CBS_AV1_CONFORMANCE_SAMPLES),$(eval $(call FATE_CBS_TEST,av1,$(basename $(N)),av1-test-vectors/$(N),ivf)))
$(foreach N,$(FATE_CBS_AV1_SAMPLES),$(eval $(call FATE_CBS_TEST,av1,$(basename $(N)),av1/$(N),ivf)))
$(foreach N,$(FATE_CBS_AV1_SAMPLES),$(eval $(call FATE_CBS_TEST,av1,$(basename $(N)),av1/$(N),ivf)))
...
...
tests/ref/fate/cbs-av1-switch_frame
0 → 100644
View file @
af7ab32b
72889950e593695af54575e414470314
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