Mark Thompson

Results 2 issues of Mark Thompson

An invisible frame (neither shown nor showable) falls into this case in the AV1 specification 5.9.30: ``` if ( !film_grain_params_present || (!show_frame && !showable_frame) ) { reset_grain_params() return } ```...

The code here is intended to implement this logic from the AV1 specification section 5.9.2: ``` for ( i = 0; i < REFS_PER_FRAME; i++ ) { refFrame = LAST_FRAME...