Constant av1_grain::DEFAULT_GRAIN_SEED
source · pub const DEFAULT_GRAIN_SEED: u16 = 10956;
Expand description
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.