Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
AOM AV1 3.3.0
pts/aom-av1-3.3.0
- 17 February 2022 -
Update against AOM-AV1 3.3 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ultravideo.cs.tut.fi/video/Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</URL> <MD5>84ae521c95aa2537e16b34bbf72f2def</MD5> <SHA256>e2f60b904789a60f6d1edc194d8540d401dd882e3ee3605b9b1de8feacc72133</SHA256> <FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</FileName> <FileSize>676792531</FileSize> </Package> <Package> <URL>http://ultravideo.cs.tut.fi/video/Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z</URL> <MD5>815ca5830c8ea2f95545429817b96b1f</MD5> <SHA256>d0fcb7d8cfc6e51c47ce8b427dab41ce38300c4b1a51a1903ddd5d86067c4c79</SHA256> <FileName>Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z</FileName> <FileSize>2804470345</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/aom-330.tar.xz</URL> <MD5>b14a0623e47b4b3ee928fec3340688eb</MD5> <SHA256>e32baa430e2fdba7f366a43d4266bdc50a9a5b6e503f56779c97e810502c0c0c</SHA256> <FileName>aom-330.tar.xz</FileName> <FileSize>3382120</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/aom-310-win64.zip</URL> <MD5>7b7aa1f8d64f8a9e0f83cbef82370f82</MD5> <SHA256>eb2765db33fcbca79466d8f29f28be6b95f1a7d2ade0ee67f0ebaf190f73dfd8</SHA256> <FileName>aom-310-win64.zip</FileName> <FileSize>4113883</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf aom-330.tar.xz cd aom/build cmake -DENABLE_DOCS=0 -DENABLE_TESTS=0 -DCONFIG_AV1_DECODER=0 -DCMAKE_BUILD_TYPE=Release .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z rm -f Bosphorus_Copyright.txt 7z x Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z # Current AOMedia Git has MAX_NUM_THREADS value of 64, don't go over 64 threads or error echo "#!/bin/sh if [ \"\$NUM_CPU_CORES\" -gt 64 ]; then NUM_CPU_CORES=64 fi ./aom/build/aomenc --threads=\$NUM_CPU_CORES -o test.av1 \$@ > 1.log 2>&1 echo \$? > ~/test-exit-status sed \$'s/[^[:print:]\t]/\\n/g' 1.log > \$LOG_FILE rm -f test.av1" > aom-av1 chmod +x aom-av1
install_windows.sh
#!/bin/sh unzip -o aom-310-win64.zip chmod +x aomenc.exe 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z rm -f Bosphorus_Copyright.txt 7z x Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z echo "#!/bin/sh if [ \"\$NUM_CPU_CORES\" -gt 64 ]; then NUM_CPU_CORES=64 fi ./aomenc.exe --threads=\$NUM_CPU_CORES -o test.av1 \$@ > 1.log 2>&1 echo \$? > ~/test-exit-status sed \$'s/[^[:print:]\t]/\\n/g' 1.log > \$LOG_FILE rm -f test.av1" > aom-av1 chmod +x aom-av1
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Pass 1/2 frame 3/4 768B 2048b/f 61440b/s 165907 us #_RESULT_# fps)</OutputTemplate> <LineHint>fps</LineHint> <TurnCharsToSpace>(</TurnCharsToSpace> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <PhoronixTestSuite> <TestInformation> <Title>AOM AV1</Title> <AppVersion>3.3</AppVersion> <Description>This is a test of the AOMedia AV1 encoder (libaom) developed by AOMedia and Google.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>3.3.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, p7zip, cmake, perl, yasm</ExternalDependencies> <EnvironmentSize>1950</EnvironmentSize> <ProjectURL>https://aomedia.googlesource.com/aom/</ProjectURL> <RepositoryURL>https://aomedia.googlesource.com/aom</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--tile-columns=2 --tile-rows=2 --row-mt=1</Arguments> </Default> <Option> <DisplayName>Encoder Mode</DisplayName> <Identifier>enc-mode</Identifier> <Menu> <Entry> <Name>Speed 10 Realtime</Name> <Value>--cpu-used=10 --rt</Value> </Entry> <Entry> <Name>Speed 9 Realtime</Name> <Value>--cpu-used=9 --rt</Value> </Entry> <Entry> <Name>Speed 8 Realtime</Name> <Value>--cpu-used=8 --rt</Value> </Entry> <Entry> <Name>Speed 6 Realtime</Name> <Value>--cpu-used=6 --rt</Value> </Entry> <Entry> <Name>Speed 6 Two-Pass</Name> <Value>--cpu-used=6</Value> </Entry> <Entry> <Name>Speed 4 Two-Pass</Name> <Value>--cpu-used=4</Value> </Entry> <Entry> <Name>Speed 0 Two-Pass</Name> <Value>--cpu-used=0 --limit=20</Value> <Message>Slowest</Message> </Entry> </Menu> </Option> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>Bosphorus 1080p</Name> <Value>Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m</Value> </Entry> <Entry> <Name>Bosphorus 4K</Name> <Value>Bosphorus_3840x2160.y4m</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>