AV1 Codec Library, forked from https://aomedia.googlesource.com/aom/ - aom/aom/aomcx.h at main · libsdl-org/aom
Alliance for Open Media Video Codec reference implementation (Mozilla branch) - aom/av1/av1_cx_iface.c at fab6224318178375966fae2c1c6de61b75f64a9f · mozilla/aom
Currently there are two types of tests in the AV1 codec repository: Unit tests. Example tests. The unit tests can be run at build time: # Before running the make command the LIBAOM_TEST_DATA_PATH environment # variable should be set to avoid downloading the test files to the # cmake ...
Additional input data for testing the encoder can be obtained from:https://media.xiph.org/video/derf/ The AV1 codec library unit tests are built upon gtest which supports sharding of test jobs. Sharded test runs can be achieved in a couple of ways. ...
/*!\brief AV1 specific reference frame data struct Expand Down 38 changes: 20 additions & 18 deletions38aom/aomcx.h Original file line numberDiff line numberDiff line change Expand Up@@ -167,6 +167,7 @@ extern aom_codec_iface_t *aom_codec_av1_cx(void); ...
Additional test data The test data mentioned above is strictly intended for unit testing. Additional input data for testing the encoder can be obtained from:https://media.xiph.org/video/derf/ Sharded testing The AV1 codec library unit tests are built upon gtest which supports sharding of test ...
const aom_codec_cx_pkt_t *pkt = NULL; int got_data; const aom_codec_err_t res = aom_codec_encode(ecodec, img, frame_in, 1, 0); if (res != AOM_CODEC_OK) die_codec(ecodec, "Failed to encode frame"); got_data = 0; while ((pkt = aom_codec_get_cx_data(ecodec, &iter...
The test data mentioned above is strictly intended for unit testing. Additional input data for testing the encoder can be obtained from:https://media.xiph.org/video/derf/ Sharded testing {#sharded-testing} The AV1 codec library unit tests are built upon gtest which supports sharding of test ...
The test data mentioned above is strictly intended for unit testing. Additional input data for testing the encoder can be obtained from:https://media.xiph.org/video/derf/ Sharded testing {#sharded-testing} The AV1 codec library unit tests are built upon gtest which supports sharding of test ...