diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-06 15:59:24 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-07 11:50:18 +0200 |
commit | 796097c69666753c9f49de56f1e44c00fd7ca2f9 (patch) | |
tree | f029f474db3b3df0da315eb66c2b1d1ca4fda8f6 /tests/ref/acodec/aac | |
parent | ecd7455e9626cdc38e7471ce938a8640bab688fa (diff) | |
download | ffmpeg-796097c69666753c9f49de56f1e44c00fd7ca2f9.tar.gz |
Add tests for audio encoders: aac, dca, ra144 and nellymoser.
The PSNR values are of varying usefulness, though at least
the DTS and AAC ones are useful with the right shift value.
Note: due to usage of floats some of these may fail on other
architectures.
In that case they should be converted into a CMD = stddev
FATE test, but it seems useful to try this way first.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/ref/acodec/aac')
-rw-r--r-- | tests/ref/acodec/aac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ref/acodec/aac b/tests/ref/acodec/aac new file mode 100644 index 0000000000..c4c9a6f262 --- /dev/null +++ b/tests/ref/acodec/aac @@ -0,0 +1,5 @@ +021a46cb2d8edd42b8c4e1afa31b3896 *./tests/data/acodec/aac.aac +206625 ./tests/data/acodec/aac.aac +17bff7905bed1a3defb62febf64b7532 *./tests/data/aac.acodec.out.wav +stddev:10838.47 PSNR: 15.63 MAXDIFF:65356 bytes: 1064960/ 1058400 +stddev: 1862.44 PSNR: 30.93 MAXDIFF:43902 bytes: 1060864/ 1058400 |