Skip to content

Commit 3c66cac

Browse files
committed
examples: add avc deinterlace case
Signed-off-by: U. Artie Eoff <[email protected]>
1 parent 8f88005 commit 3c66cac

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

assets.tbz2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:d596a275ac9ef34440bf9c24d1fafc86257218cff8c379b4f4253f368e360dd5
3-
size 119755340
2+
oid sha256:5cc4f383047ff2194b4195e5dc5dd478d424744d40d0ea87e9f55a8dfbc8f343
3+
size 119869003

baseline/default

+10
Original file line numberDiff line numberDiff line change
@@ -7823,6 +7823,16 @@
78237823
]
78247824
}
78257825
},
7826+
"test/gst-vaapi/vpp/deinterlace.py:avc.test(case=QVGA,method=motion-adaptive,rate=field)": {
7827+
"drv.i965": {
7828+
"md5": "9afa9519d24a538a8fb9013c1f8f4d5c"
7829+
}
7830+
},
7831+
"test/gst-vaapi/vpp/deinterlace.py:avc.test(case=QVGA,method=motion-compensated,rate=field)": {
7832+
"drv.i965": {
7833+
"md5": "adcd71a38ea6747ed4a0c12bef377072"
7834+
}
7835+
},
78267836
"test/gst-vaapi/vpp/denoise.py:test_default(case=1080p,level=84)": {
78277837
"drv.iHD": {
78287838
"psnr": [

config/vpp.default

+8
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ media._get_test_spec("vpp", "rotation").update(copy.deepcopy(inputs))
5151
for v in media._get_test_spec("vpp", "rotation").values():
5252
del v["refctx"]
5353

54+
media._get_test_spec("vpp", "deinterlace", "avc").update({
55+
"QVGA" : dict(
56+
source = os.path.join(assets, "avc", "QVGA_i_tff.h264"),
57+
width = 320, height = 240, format = "NV12", frames = 50,
58+
refctx = ["driver"],
59+
),
60+
})
61+
5462
###
5563
### kate: syntax python;
5664
###

0 commit comments

Comments
 (0)