Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Editorial] grain_scaling_minus_8 semantics #295

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 07.bitstream.semantics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2303,8 +2303,8 @@ If i is greater than 0, it is a requirement of bitstream conformance that point_
**point_cr_scaling[ i ]** represents the scaling (output) value for the i-th point of the piecewise
linear scaling function for cr component.

**grain_scaling_minus_8** represents the shift – 8 applied to the values of the chroma
component. The grain_scaling_minus_8 can take values of 0..3 and determines the
**grain_scaling_minus_8** represents a shift – 8 applied during film grain synthesis.
The grain_scaling_minus_8 can take values of 0..3 and determines the
range and quantization step of the standard deviation of film grain.

**ar_coeff_lag** specifies the number of auto-regressive coefficients for
Expand Down