Related Experiment Video
Updated: Jul 30, 2025

11:34
High-resolution, High-speed, Three-dimensional Video Imaging with Digital Fringe Projection Techniques
Published on: December 3, 2013
15.7K
Complexity and compression efficiency analysis of libaom AV1 video codec
Isis Bender1, Alex Borges2, Luciano Agostini2
1Video Technology Research Group (ViTech), Federal University of Pelotas (UFPel), Pelotas, Brazil.
Summary
This study analyzes the computational complexity of the AV1 video format. Disabling specific partitioning structures in the libaom encoder significantly reduces encoding time with minimal impact on coding efficiency.
Area of Science:
- Video compression technology
- Digital media encoding
- Computational complexity analysis
Background:
- The Alliance for Open Media (AOMedia) developed the royalty-free AV1 video format in 2018.
- AV1 incorporates advanced coding tools and partitioning structures, increasing complexity compared to predecessors.
- Understanding AV1's computational demands is crucial for developing efficient codecs.
Purpose of the Study:
- To profile the computational effort of individual AV1 coding steps.
- To analyze the trade-offs between computational cost and coding efficiency for AV1's superblock partitioning.
- To provide recommendations for optimizing AV1 codec development.
Main Methods:
- Profiling the libaom reference software to measure the time spent on each AV1 coding step.
- Conducting experiments to evaluate the impact of disabling various superblock partition types on encoding time and bitrate.
- Analyzing the relationship between computational cost and coding efficiency for different partitioning strategies.
Main Results:
- Inter-frame prediction (76.98%) and transform (20.57%) are the most computationally intensive steps in the libaom encoder.
- Disabling ternary and asymmetric quaternary partitions minimally impacts bitrate (0.25% and 0.22% increase, respectively).
- Disabling all rectangular partitions reduces encoding time by approximately 35%.
Conclusions:
- The inter-frame prediction and transform steps are key targets for optimization in AV1 codecs.
- Strategic disabling of complex partitions, like ternary and asymmetric quaternary, offers significant speedups with negligible quality loss.
- The findings provide a methodological basis for creating faster and more efficient AV1-compatible video codecs.
Related Concept Videos
Downsampling
202
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
202
Reducing Line Loss
180
In a three-phase circuit, line loss is an indicator of energy dissipated as heat due to the resistance of transmission lines. To address this, incorporating transformers into the system—a step-up transformer at the source and a step-down transformer at the load—is a strategic solution. Two three-phase transformers are introduced to improve this.
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss...
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss...
180
Upsampling
272
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
272
Extraction: Partition and Distribution Coefficients
2.6K
The distribution law or Nernst's distribution law is the law that governs the distribution of a solute between two immiscible solvents. This law, also known as the partition law, states that if a solute is added to the mixture of two immiscible solvents at a constant temperature, the solute is distributed between the two solvents in such a way that the ratio of solute concentrations in the solvents remains constant at equilibrium.
For extracting a solute from an aqueous phase into an...
For extracting a solute from an aqueous phase into an...
2.6K
Compacting Factor test
203
The compacting factor test is a method used to assess the workability of concrete. It is especially suitable for concrete mixes containing aggregates up to one and a half inches in size. This test involves specialized equipment consisting of two truncated cone-shaped hoppers and a cylinder, all with polished interior surfaces to minimize friction.
The procedure begins by placing concrete into the upper hopper without any compaction. Once filled, the bottom door of this hopper is opened,...
The procedure begins by placing concrete into the upper hopper without any compaction. Once filled, the bottom door of this hopper is opened,...
203
Linear Approximation in Time Domain
110
Nonlinear systems often require sophisticated approaches for accurate modeling and analysis, with state-space representation being particularly effective. This method is especially useful for systems where variables and parameters vary with time or operating conditions, such as in a simple pendulum or a translational mechanical system with nonlinear springs.
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length,...
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length,...
110

