Skip to content

Commit

Permalink
Bugfix: flag meaning reversed (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-norkin authored Jan 9, 2024
1 parent 2c00408 commit 27141ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 07.bitstream.semantics.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ sets can be simultaneously stored by the film grain processing module.
**Note:** An encoder may use film_grain_param_set_idx to differentiate between up to 8 separate film grain models.
{:.alert .alert-info }

**apply_grain_flag** equal to 1 specifies that the film grain synthesis process is disabled when the film grain parameters
determined in the current av1_film_grain_params function are selected. apply_grain_flag equal to 0 specifies that the
film grain synthesis process is enabled when the film grain parameters are selected.
**apply_grain_flag** equal to 1 specifies that the film grain synthesis process is enabled when the film grain parameters
specified in the current av1_film_grain_params function are selected. apply_grain_flag equal to 0 specifies that the
film grain synthesis process is disabled when the film grain parameters specified in the current av1_film_grain_params function are selected.

**process_grain_params( idx )** is a function call that specifies that all variables beginning with upper case specified in the
current section are obtained by running the corresponding code specified in the current section. This typically requires
Expand Down

0 comments on commit 27141ad

Please sign in to comment.