Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down