]> granicus.if.org Git - libvpx/commit
Add unit test for temporal filter on VP9
authorchiyotsai <chiyotsai@google.com>
Wed, 16 Jan 2019 18:53:56 +0000 (10:53 -0800)
committerchiyotsai <chiyotsai@google.com>
Wed, 16 Jan 2019 23:35:50 +0000 (15:35 -0800)
commitda5e2463fac0ca5aff84f7eae181584aa491f1b7
tree7c41b237fda5446ad34b757c4785366c386ec204
parentc182725cbc9e1e4892784a24c32b1bed80047b0c
Add unit test for temporal filter on VP9

The current unit tests for temporal filtering only tests single
channel version of temporal filter. Since VP9 currently uses both luma
and chroma channel information for temporal filtering on low bitdepth,
there is no unit case in this scenario.

This commit adds some basic unit tests to facilitate further development
on temporal filtering.

BUG=webm:1591

Change-Id: Id38ceba5305865d7148e9b2bc636acddae54d6c2
test/test.mk
test/yuv_temporal_filter_test.cc [new file with mode: 0644]
vp9/common/vp9_rtcd_defs.pl
vp9/encoder/vp9_temporal_filter.c