FFmpeg
|
Data Fields | |
VAAPIDecodeContext | base |
VAAPIAV1FrameRef | ref_tab [AV1_NUM_REF_FRAMES] |
For film grain case, VAAPI generate 2 output for each frame, current_frame will not apply film grain, and will be used for references for next frames. More... | |
ThreadFrame | tmp_frame |
Definition at line 32 of file vaapi_av1.c.
VAAPIDecodeContext VAAPIAV1DecContext::base |
Definition at line 33 of file vaapi_av1.c.
VAAPIAV1FrameRef VAAPIAV1DecContext::ref_tab[AV1_NUM_REF_FRAMES] |
For film grain case, VAAPI generate 2 output for each frame, current_frame will not apply film grain, and will be used for references for next frames.
Maintain the reference list without applying film grain here. And current_display_picture will be used to apply film grain and push to downstream.
Definition at line 42 of file vaapi_av1.c.
ThreadFrame VAAPIAV1DecContext::tmp_frame |
Definition at line 43 of file vaapi_av1.c.