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
c67c7191
Commit
c67c7191
authored
Dec 05, 2017
by
Rostislav Pehlivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate-opus: run and test inactive samples
Signed-off-by:
Rostislav Pehlivanov
<
atomnuker@gmail.com
>
parent
f2aa0ce5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
opus.mak
tests/fate/opus.mak
+6
-2
No files found.
tests/fate/opus.mak
View file @
c67c7191
...
...
@@ -2,10 +2,10 @@
# their custom format into Matroska. The reference decoded outputs are from the
# newest testvectors file from RFC8251
OPUS_CELT_SAMPLES = $(addprefix testvector, 11) tron.6ch.tinypkts
OPUS_CELT_SAMPLES = $(addprefix testvector,
01
11) tron.6ch.tinypkts
OPUS_HYBRID_SAMPLES = $(addprefix testvector, 05 06)
OPUS_SILK_SAMPLES = $(addprefix testvector, 02 03 04)
OPUS_SAMPLES = $(addprefix testvector, 0
8
10 12)
OPUS_SAMPLES = $(addprefix testvector, 0
7 08 09
10 12)
define FATE_OPUS_TEST
FATE_OPUS += fate-opus-$(1)
...
...
@@ -24,13 +24,17 @@ FATE_OPUS := $(sort $(FATE_OPUS))
$(FATE_OPUS): CMP = stddev
$(FATE_OPUS): CMP_UNIT = s16
$(FATE_OPUS): FUZZ = 3
fate-opus-testvector01: CMP_TARGET = 0
fate-opus-testvector02: CMP_TARGET = 191
fate-opus-testvector03: CMP_TARGET = 139
fate-opus-testvector04: CMP_TARGET = 119
fate-opus-testvector05: CMP_TARGET = 109
fate-opus-testvector06: CMP_TARGET = 109
fate-opus-testvector07: CMP_TARGET = 0
fate-opus-testvector08: CMP_TARGET = 6
fate-opus-testvector09: CMP_TARGET = 0
fate-opus-testvector10: CMP_TARGET = 38
fate-opus-testvector11: CMP_TARGET = 0
fate-opus-testvector12: CMP_TARGET = 160
$(FATE_OPUS_CELT): CMP = oneoff
...
...
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