diff options
author | Clément Bœsch <u@pkh.me> | 2014-08-31 17:11:22 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-09-02 07:29:41 +0200 |
commit | e6b125e3be19fb341fd9a759ad0af3b39ba35e0c (patch) | |
tree | 5a909f890b18619257e5b76ff2f8ad807cd6d8b2 /tests | |
parent | 6abeaf2781ce4b7c84a93904003ab60b6d64cf27 (diff) | |
download | ffmpeg-e6b125e3be19fb341fd9a759ad0af3b39ba35e0c.tar.gz |
avutil/pixelutils: add small buffers tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/pixelutils | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/ref/fate/pixelutils b/tests/ref/fate/pixelutils index fba44a6a17..493497fb88 100644 --- a/tests/ref/fate/pixelutils +++ b/tests/ref/fate/pixelutils @@ -34,3 +34,15 @@ [OK] [AA] SAD [min] 4x4=0 ref=0 [OK] [AA] SAD [min] 8x8=0 ref=0 [OK] [AA] SAD [min] 16x16=0 ref=0 +[OK] [UU] SAD [small] 2x2=400 ref=400 +[OK] [AU] SAD [small] 2x2=384 ref=384 +[OK] [AA] SAD [small] 2x2=409 ref=409 +[OK] [UU] SAD [small] 4x4=1144 ref=1144 +[OK] [AU] SAD [small] 4x4=1156 ref=1156 +[OK] [AA] SAD [small] 4x4=1086 ref=1086 +[OK] [UU] SAD [small] 8x8=6510 ref=6510 +[OK] [AU] SAD [small] 8x8=5755 ref=5755 +[OK] [AA] SAD [small] 8x8=6156 ref=6156 +[OK] [UU] SAD [small] 16x16=19490 ref=19490 +[OK] [AU] SAD [small] 16x16=21037 ref=21037 +[OK] [AA] SAD [small] 16x16=22986 ref=22986 |