Expand description
Encoder Configuration
Modules§
Structs§
- Contains the encoder configuration.
- Encoder settings which impact the produced bitstream.
- Specifies parameters for enabling decoder-side grain synthesis for a segment of video from
start_time
toend_time
. - Speed settings related to motion estimation and motion vector selection
- Settings and video data defining how to generate the film grain params.
- Range of block sizes to use.
- Speed settings related to partition decision
- Speed settings related to intra prediction mode selection
- Rate control configuration
- Rate control pass summary
- Contains the speed settings.
- Tiling information
- Speed settings related to transform size and type decision
Enums§
- Enumeration of possible invalid configuration errors.
- Prediction modes to search.
- Rate control errors
- Search level for self guided restoration
- Prediction modes to search.
- Search level for segmentation
Constants§
- A randomly generated u16 to be used as a starting random seed for grain synthesis. The idea behind using a constant random seed is so that encodes are deterministic and reproducible.
- The max number of coefficients per chroma plane for grain synthesis
- The max number of scaling points per chroma plane for grain synthesis
- The max number of luma coefficients for grain synthesis
- The max number of luma scaling points for grain synthesis
Functions§
- Generates a set of photon noise parameters for a segment of video given a set of
args
. - This file has the implementation details of the grain table.
- Write a set of generated film grain params to a table file, using the standard film grain table format supported by aomenc, rav1e, and svt-av1.