tests: add a shorter 720p test clip

niklas_1280_720_30.y4m 60 frames @ 30fps
only a small number of frames are being used; this reduces the test data
download size in non-perf-test cases by >500M.
retain niklas_1280_720_30.yuv for encode+decode perf tests

Change-Id: I56b3433104acd462f952a9554280de5a3ec0b6d2
This commit is contained in:
James Zern
2015-02-25 19:09:59 -08:00
parent 3e1d14a6ce
commit 7839d0382a
4 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ struct EncodePerfTestVideo {
};
const EncodePerfTestVideo kVP9EncodePerfTestVectors[] = {
{"niklas_1280_720_30.yuv", 1280, 720, 600, 10},
{"niklas_1280_720_30.y4m", 1280, 720, 600, 10},
};
struct EncodeParameters {