test_vectors: add 8/10-bit monochrome files
created with:
v3.3.0-474-gb0f49b8e3
ffmpeg version N-106519-g706f12992d
ffmpeg -y -i amazon_hdr_education_reel_final_121715.mov -ss 24 \
-frames:v 10 -filter:v scale=320:180 -pix_fmt yuv420p -strict -1 \
-f yuv4mpegpipe - \
| ./aomenc --passes=1 -o $file - --ivf --end-usage=q \
--cq-level=20 --cpu-used=8 --codec=av1 --bit-depth=8 --monochrome
and similarly for 10-bit using the file from xiph.org [1].
[1] https://media.xiph.org/video/derf/amazon/amazon_hdr_education_reel_final_121715.mov
Bug: b/227207606
Change-Id: I508544f7129ad32b90d79bb805d379dc1bd74283
diff --git a/test/test_data_util.cmake b/test/test_data_util.cmake
index 57f1b9f..f87b0f7 100644
--- a/test/test_data_util.cmake
+++ b/test/test_data_util.cmake
@@ -302,6 +302,8 @@
"av1-1-b10-00-quantizer-63.ivf.md5"
"av1-1-b10-23-film_grain-50.ivf"
"av1-1-b10-23-film_grain-50.ivf.md5"
+ "av1-1-b10-24-monochrome.ivf"
+ "av1-1-b10-24-monochrome.ivf.md5"
"av1-1-b8-01-size-16x16.ivf"
"av1-1-b8-01-size-16x16.ivf.md5"
"av1-1-b8-01-size-16x18.ivf"
@@ -522,6 +524,8 @@
"av1-1-b8-22-svc-L2T2.ivf.md5"
"av1-1-b8-23-film_grain-50.ivf"
"av1-1-b8-23-film_grain-50.ivf.md5"
+ "av1-1-b8-24-monochrome.ivf"
+ "av1-1-b8-24-monochrome.ivf.md5"
"invalid-bug-1814.ivf"
"invalid-bug-1814.ivf.res"
"invalid-chromium-906381.ivf"