|
FFmpeg
|
Data Fields | |
| float | t |
| int32_t | planes |
| float | luma_weights [4][4] |
| per-plane RGB->Y weights, matching the grayscale pass | |
| float | plane_size [4][2] |
| visible texel extent of each plane | |
Definition at line 60 of file vf_fruc_vulkan.c.
| float InterpolatePushData::t |
Definition at line 61 of file vf_fruc_vulkan.c.
| int32_t InterpolatePushData::planes |
Definition at line 62 of file vf_fruc_vulkan.c.
Referenced by interpolate_frame().
| float InterpolatePushData::luma_weights[4][4] |
per-plane RGB->Y weights, matching the grayscale pass
Definition at line 63 of file vf_fruc_vulkan.c.
Referenced by interpolate_frame().
| float InterpolatePushData::plane_size[4][2] |
visible texel extent of each plane
Definition at line 64 of file vf_fruc_vulkan.c.
Referenced by interpolate_frame().