diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-08-29 07:00:54 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-08-29 07:00:54 +0100 |
commit | 4ff897a5364f85de051ca81058554454f3ad5d62 (patch) | |
tree | cc9b867aa44878d718f1ba4ac5381e48d6082f93 /tests/fate/aac.mak | |
parent | fe12ba6f30127a78effdc7cdc8ec92f0830d0cf0 (diff) | |
download | ffmpeg-4ff897a5364f85de051ca81058554454f3ad5d62.tar.gz |
fate: add a test for encoding AAC-Main prediction
This commit introduces a test for AAC-Main prediction
which was just reworked in this series of commits.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'tests/fate/aac.mak')
-rw-r--r-- | tests/fate/aac.mak | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak index a28976ec3b..d04fcc2f4d 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -182,6 +182,14 @@ fate-aac-is-encode: CMP_SHIFT = -4096 fate-aac-is-encode: CMP_TARGET = 613.26 fate-aac-is-encode: SIZE_TOLERANCE = 3560 +FATE_AAC_ENCODE += fate-aac-pred-encode +fate-aac-pred-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav -strict -2 -profile:a aac_main -c:a aac -aac_pred 1 -b:a 128k +fate-aac-pred-encode: CMP = stddev +fate-aac-pred-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav +fate-aac-pred-encode: CMP_SHIFT = -4096 +fate-aac-pred-encode: CMP_TARGET = 652.60 +fate-aac-pred-encode: SIZE_TOLERANCE = 3560 + FATE_AAC_LATM += fate-aac-latm_000000001180bc60 fate-aac-latm_000000001180bc60: CMD = pcm -i $(TARGET_SAMPLES)/aac/latm_000000001180bc60.mpg fate-aac-latm_000000001180bc60: REF = $(SAMPLES)/aac/latm_000000001180bc60.s16 |