From 4d7fb3a5462af2bb1b51f146a314670759279a15 Mon Sep 17 00:00:00 2001 From: Urvang Joshi Date: Tue, 26 May 2026 13:44:17 -0700 Subject: [PATCH] README: Separate CTC section and link to CTC document --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8793f30e7..491efb024a 100644 --- a/README.md +++ b/README.md @@ -231,9 +231,6 @@ rule: The above make command will only download and verify the test data. -Additional input data for testing the encoder can be obtained from -[here](https://media.xiph.org/video/aomctc/test_set/) - ### Sharded testing The AVM codec library unit tests are built upon gtest which supports sharding of test jobs. @@ -256,6 +253,11 @@ CMake. A system with 24 cores can run 24 test shards using a value of 24 with the `-j` parameter. When CMake is unable to detect the number of cores 10 shards is the default maximum value. +### Common Test Conditions (CTC) + +CTC document can be found [here](https://aomedia.org/docs/CWG-G082_AV2_CTC_v9.pdf) and +CTC sequences can be obtained from [here](https://media.xiph.org/video/aomctc/test_set/). + ## Coding style We are using the Google C Coding Style defined by the