From 4492237e333c3b5eb57e255d3dba690dcf35940c Mon Sep 17 00:00:00 2001 From: Thomas Mundt Date: Sun, 17 Sep 2017 23:41:00 -0300 Subject: fate: add tinterlace lowpass filtering tests Signed-off-by: James Almer --- tests/fate/filter-video.mak | 6 ++++++ tests/ref/fate/filter-pixfmts-tinterlace_cvlpf | 14 ++++++++++++++ tests/ref/fate/filter-pixfmts-tinterlace_vlpf | 14 ++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 tests/ref/fate/filter-pixfmts-tinterlace_cvlpf create mode 100644 tests/ref/fate/filter-pixfmts-tinterlace_vlpf (limited to 'tests') diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index 6204878..d1e1341 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -668,12 +668,18 @@ fate-filter-pixfmts-super2xsai: CMD = pixfmts FATE_FILTER_PIXFMTS-$(CONFIG_SWAPUV_FILTER) += fate-filter-pixfmts-swapuv fate-filter-pixfmts-swapuv: CMD = pixfmts +FATE_FILTER_PIXFMTS-$(CONFIG_TINTERLACE_FILTER) += fate-filter-pixfmts-tinterlace_cvlpf +fate-filter-pixfmts-tinterlace_cvlpf: CMD = pixfmts "interleave_top:cvlpf" + FATE_FILTER_PIXFMTS-$(CONFIG_TINTERLACE_FILTER) += fate-filter-pixfmts-tinterlace_merge fate-filter-pixfmts-tinterlace_merge: CMD = pixfmts "merge" FATE_FILTER_PIXFMTS-$(CONFIG_TINTERLACE_FILTER) += fate-filter-pixfmts-tinterlace_pad fate-filter-pixfmts-tinterlace_pad: CMD = pixfmts "pad" +FATE_FILTER_PIXFMTS-$(CONFIG_TINTERLACE_FILTER) += fate-filter-pixfmts-tinterlace_vlpf +fate-filter-pixfmts-tinterlace_vlpf: CMD = pixfmts "interleave_top:vlpf" + FATE_FILTER_PIXFMTS-$(CONFIG_VFLIP_FILTER) += fate-filter-pixfmts-vflip fate-filter-pixfmts-vflip: CMD = pixfmts diff --git a/tests/ref/fate/filter-pixfmts-tinterlace_cvlpf b/tests/ref/fate/filter-pixfmts-tinterlace_cvlpf new file mode 100644 index 0000000..8623636 --- /dev/null +++ b/tests/ref/fate/filter-pixfmts-tinterlace_cvlpf @@ -0,0 +1,14 @@ +gray 9849d71519ae9c584ae8abfa8adb2f8e +yuv410p 44ee4b74b95c82d6f79ddf53b5e3aa9d +yuv411p 5fa9d1fba7adfd6f7fa04464332b631a +yuv420p ee9591ea3ab06c73be902c4b8868c69e +yuv422p b1be7b55567bde86d655adf80fac1257 +yuv440p ddf6ee697f4ff4f90d501e6869392309 +yuv444p 7cb5d0c0997c8c2545a16bfc4cb9fd6d +yuva420p ee0761e2f76ec441c545feede77103e4 +yuva422p a8da2806e21a88449079faa7f4303ffa +yuva444p a3f57734d6f72bdf37f8f612ea7cce63 +yuvj420p 9f358e311b694bcd01e1a07d1120ade5 +yuvj422p 9a7628a9f1630d35c7176951ddc1b2f6 +yuvj440p 112fe35292c687746ec0c622a42c611b +yuvj444p f894438f40950229baa02545daa8812a diff --git a/tests/ref/fate/filter-pixfmts-tinterlace_vlpf b/tests/ref/fate/filter-pixfmts-tinterlace_vlpf new file mode 100644 index 0000000..2f52fd1 --- /dev/null +++ b/tests/ref/fate/filter-pixfmts-tinterlace_vlpf @@ -0,0 +1,14 @@ +gray b79791449947c25cd5b36d9d3b9d1831 +yuv410p 5bc03f4cf6b441b421f0fdaeeff1e9ed +yuv411p 19046df1876c46ed1ef0458680270bd3 +yuv420p 69c743b84996be9430b051a55cfbcb29 +yuv422p d710ccd1941f6f389c97a09bc977e709 +yuv440p 1a482a23fe5a9b7d02388c299fd0a423 +yuv444p c968a92f4b7ab6706ee9b425eb5345b5 +yuva420p 3f89a166f309c0cda8b91a9e8a0ce937 +yuva422p ef8fdbe910d68e88e98227b0e99fb5a6 +yuva444p 3662eadd5f61a6edbc9d715ea8591415 +yuvj420p 14c4390b319c5d679184503309060ac3 +yuvj422p bbe00a26526931b72a024febe1cd6b90 +yuvj440p f654cf28b7879c6a6c950c3cb9612580 +yuvj444p c162a4fe7a665f4abf257443703f0d72 -- cgit v1.1