AOMediaCodec / afgs1-spec

Film grain synthesis algorithm and parameters
https://aomediacodec.github.io/afgs1-spec/
Other
8 stars 7 forks source link

Change syntax elements to variables #67

Closed andrey-norkin closed 10 months ago

andrey-norkin commented 10 months ago

Consider changing "point_y_value_ref [i] are equal to the values point_y_value [i]" to "PointYValueRef [i] are equal to the values point_y_value [i]". Additionally, point_y_value [ i ] should be replaced by PointYValue [ i ] in the semantics and decoding process sections. One may also need to add a conversion from point_y_value [ i ] to PointYValue [ i ] in the default case.