]> granicus.if.org Git - libvpx/commit
VP9 SVC: Add tests for layer sync on base layer.
authorJerome Jiang <jianj@google.com>
Wed, 20 Jun 2018 23:30:35 +0000 (16:30 -0700)
committerJerome Jiang <jianj@google.com>
Sat, 23 Jun 2018 22:04:42 +0000 (15:04 -0700)
commite3061c7e61366ee86255ae30983c67f1a341837e
treedd418c514c0cca6de442f55c9134b34cda01170d
parent48e1b2b97d88ca4e81f07999e0a9c8a1b225d0fa
VP9 SVC: Add tests for layer sync on base layer.

Create tests for sync layer. The purpose of new tests is not to check
bitrate targeting, thus they're put in a new file.

Create a base class for svc tests, which is also inherited by svc datarate
tests, to reduce code redundancy.

Start decoding in the test from the frame of layer sync.

Change-Id: I7226d208279ad785873dffef51e0a8abef23b256
test/svc_datarate_test.cc
test/svc_end_to_end_test.cc [new file with mode: 0644]
test/svc_test.cc [new file with mode: 0644]
test/svc_test.h [new file with mode: 0644]
test/test.mk