AOMediaCodec / afgs1-spec

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

Operations embedded in semantics #63

Closed asegallamz closed 8 months ago

asegallamz commented 8 months ago

There are multiple semantics that include definitions of operations. For example, y_scaling_res_granularity defines a for loop to determine point_y_scaling.

The current specification does not define how and/or when those operations should be called. The specification also doesn't address if the results from those operations should be stored for temporal prediction.

andrey-norkin commented 8 months ago

This was addressed in #86