Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
df5e408d
Commit
df5e408d
authored
9 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
fate: Add test for -exact_rice_parameters 1
parent
80f9d6e0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/fate/acodec.mak
+4
-1
4 additions, 1 deletion
tests/fate/acodec.mak
tests/ref/acodec/flac-exact-rice
+4
-0
4 additions, 0 deletions
tests/ref/acodec/flac-exact-rice
with
8 additions
and
1 deletion
tests/fate/acodec.mak
+
4
−
1
View file @
df5e408d
...
@@ -113,10 +113,13 @@ fate-acodec-dca2: CMP_SHIFT = -2048
...
@@ -113,10 +113,13 @@ fate-acodec-dca2: CMP_SHIFT = -2048
fate-acodec-dca2
:
CMP_TARGET = 527
fate-acodec-dca2
:
CMP_TARGET = 527
fate-acodec-dca2
:
SIZE_TOLERANCE = 1632
fate-acodec-dca2
:
SIZE_TOLERANCE = 1632
FATE_ACODEC-
$(
call
ENCDEC, FLAC, FLAC
)
+=
fate-acodec-flac
FATE_ACODEC-
$(
call
ENCDEC, FLAC, FLAC
)
+=
fate-acodec-flac
fate-acodec-flac-exact-rice
fate-acodec-flac
:
FMT = flac
fate-acodec-flac
:
FMT = flac
fate-acodec-flac
:
CODEC = flac -compression_level 2
fate-acodec-flac
:
CODEC = flac -compression_level 2
fate-acodec-flac-exact-rice
:
FMT = flac
fate-acodec-flac-exact-rice
:
CODEC = flac -compression_level 2 -exact_rice_parameters 1
FATE_ACODEC-
$(
call
ENCDEC, G723_1, G723_1
)
+=
fate-acodec-g723_1
FATE_ACODEC-
$(
call
ENCDEC, G723_1, G723_1
)
+=
fate-acodec-g723_1
fate-acodec-g723_1
:
tests/data/asynth-8000-1.wav
fate-acodec-g723_1
:
tests/data/asynth-8000-1.wav
fate-acodec-g723_1
:
SRC = tests/data/asynth-8000-1.wav
fate-acodec-g723_1
:
SRC = tests/data/asynth-8000-1.wav
...
...
This diff is collapsed.
Click to expand it.
tests/ref/acodec/flac-exact-rice
0 → 100644
+
4
−
0
View file @
df5e408d
aab144de213ae684ca008a3e0afe5e28 *tests/data/fate/acodec-flac-exact-rice.flac
360454 tests/data/fate/acodec-flac-exact-rice.flac
95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-flac-exact-rice.out.wav
stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment