|
FFmpeg
|
Data Fields | |
| VkOpticalFlowSessionNV | session |
| VkImage | gray_img [2] |
| grayscale inputs (INPUT, REFERENCE) | |
| VkDeviceMemory | gray_mem [2] |
| VkImageView | gray_view [2] |
| VkImage | flow_img [2] |
| [0] forward, [1] backward | |
| VkDeviceMemory | flow_mem [2] |
| VkImageView | flow_view [2] |
| native (SFIXED5) view, bound to the OF session | |
| VkImageView | flow_sint_view [2] |
| R16G16_SINT reinterpret view for sampling. | |
| uint64_t | interp_done |
Definition at line 73 of file vf_fruc_vulkan.c.
| VkOpticalFlowSessionNV FRUCFlowSlot::session |
Definition at line 74 of file vf_fruc_vulkan.c.
| VkImage FRUCFlowSlot::gray_img[2] |
grayscale inputs (INPUT, REFERENCE)
Definition at line 76 of file vf_fruc_vulkan.c.
| VkDeviceMemory FRUCFlowSlot::gray_mem[2] |
Definition at line 77 of file vf_fruc_vulkan.c.
| VkImageView FRUCFlowSlot::gray_view[2] |
Definition at line 78 of file vf_fruc_vulkan.c.
| VkImage FRUCFlowSlot::flow_img[2] |
[0] forward, [1] backward
Definition at line 80 of file vf_fruc_vulkan.c.
| VkDeviceMemory FRUCFlowSlot::flow_mem[2] |
Definition at line 81 of file vf_fruc_vulkan.c.
| VkImageView FRUCFlowSlot::flow_view[2] |
native (SFIXED5) view, bound to the OF session
Definition at line 82 of file vf_fruc_vulkan.c.
| VkImageView FRUCFlowSlot::flow_sint_view[2] |
R16G16_SINT reinterpret view for sampling.
Definition at line 83 of file vf_fruc_vulkan.c.
| uint64_t FRUCFlowSlot::interp_done |
Definition at line 88 of file vf_fruc_vulkan.c.