]> granicus.if.org Git - libvpx/commit
vp9: Add nonref frame buffer test.
authorJerome Jiang <jianj@google.com>
Wed, 8 Nov 2017 01:20:34 +0000 (17:20 -0800)
committerJerome Jiang <jianj@google.com>
Thu, 9 Nov 2017 02:41:33 +0000 (18:41 -0800)
commita68bbcff290c2f75d7ee35b91d16df66ef9d8dfd
tree848682ad74dc2b4976ed9a64adf9f736b0fb14bb
parenteb7d431cb55c8254fcd0a362e269c1d7a25409ba
vp9: Add nonref frame buffer test.

The new test will run a SVC bitstream which has non ref frames.
It checks the number of buffer acquired and released to make sure all
external frame buffers are released.

Add a new test bitstream:
vp90-2-22-svc_1280x720_1.webm
which has 400 frames in total, and 1 spatial layer and 2 temporal layers.
There is one non ref frame every other frame.

Disabled for now. Will be enabled with the fix.

BUG=b/68819248

Change-Id: I0515336fd9809a9e1fceba90e4dce53dabaf53a5
test/external_frame_buffer_test.cc
test/test-data.mk
test/test-data.sha1
test/test_vectors.cc