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

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
 

Detailed Description

Definition at line 73 of file vf_fruc_vulkan.c.

Field Documentation

◆ session

VkOpticalFlowSessionNV FRUCFlowSlot::session

Definition at line 74 of file vf_fruc_vulkan.c.

◆ gray_img

VkImage FRUCFlowSlot::gray_img[2]

grayscale inputs (INPUT, REFERENCE)

Definition at line 76 of file vf_fruc_vulkan.c.

◆ gray_mem

VkDeviceMemory FRUCFlowSlot::gray_mem[2]

Definition at line 77 of file vf_fruc_vulkan.c.

◆ gray_view

VkImageView FRUCFlowSlot::gray_view[2]

Definition at line 78 of file vf_fruc_vulkan.c.

◆ flow_img

VkImage FRUCFlowSlot::flow_img[2]

[0] forward, [1] backward

Definition at line 80 of file vf_fruc_vulkan.c.

◆ flow_mem

VkDeviceMemory FRUCFlowSlot::flow_mem[2]

Definition at line 81 of file vf_fruc_vulkan.c.

◆ flow_view

VkImageView FRUCFlowSlot::flow_view[2]

native (SFIXED5) view, bound to the OF session

Definition at line 82 of file vf_fruc_vulkan.c.

◆ flow_sint_view

VkImageView FRUCFlowSlot::flow_sint_view[2]

R16G16_SINT reinterpret view for sampling.

Definition at line 83 of file vf_fruc_vulkan.c.

◆ interp_done

uint64_t FRUCFlowSlot::interp_done

Definition at line 88 of file vf_fruc_vulkan.c.


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