FFmpeg
Loading...
Searching...
No Matches
InterpolatePushData Struct Reference

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
 

Detailed Description

Definition at line 60 of file vf_fruc_vulkan.c.

Field Documentation

◆ t

float InterpolatePushData::t

Definition at line 61 of file vf_fruc_vulkan.c.

◆ planes

int32_t InterpolatePushData::planes

Definition at line 62 of file vf_fruc_vulkan.c.

Referenced by interpolate_frame().

◆ luma_weights

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().

◆ plane_size

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().


The documentation for this struct was generated from the following file: