AOMediaCodec / afgs1-spec

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

What happens with missing CICP information if a codec switches CICP information at the picture level? #74

Closed alexismt73 closed 10 months ago

alexismt73 commented 10 months ago

As the title suggests, it is quite possible that a future codec may include the capability of having different CICP information for each frame.

Now, what happens if we indicate several sets without CICP information in a first frame. Do these take the CICP information of that frame (even if that is not used)? In that case if another frame uses different CICP information, would that mean that the parameters would have to be resent? Or the CICP information is silent and just takes the values corresponding to the CICP parameters of the picture that activates them (so they are dynamic?).

andrey-norkin commented 10 months ago

What is a possible application? The only one that comes in mind is having some sort of scalability in the color space domain. But in this case, the change is likely to be between the base and enhancement layers.

andrey-norkin commented 10 months ago

This was addressed