FFmpeg
|
Definition at line 31 of file vulkan_av1.c.
FFVulkanDecodePicture AV1VulkanDecodePicture::vp |
Definition at line 32 of file vulkan_av1.c.
Referenced by vk_av1_decode_slice(), vk_av1_end_frame(), vk_av1_fill_pict(), vk_av1_free_frame_priv(), and vk_av1_start_frame().
FFVulkanDecodeContext* AV1VulkanDecodePicture::dec |
Definition at line 36 of file vulkan_av1.c.
Referenced by vk_av1_free_frame_priv(), and vk_av1_start_frame().
StdVideoAV1MESATile AV1VulkanDecodePicture::tiles[MAX_TILES] |
Definition at line 38 of file vulkan_av1.c.
Referenced by vk_av1_decode_slice(), and vk_av1_start_frame().
StdVideoAV1MESATileList AV1VulkanDecodePicture::tile_list |
Definition at line 39 of file vulkan_av1.c.
Referenced by vk_av1_decode_slice(), vk_av1_end_frame(), and vk_av1_start_frame().
const uint32_t* AV1VulkanDecodePicture::tile_offsets |
Definition at line 40 of file vulkan_av1.c.
Referenced by vk_av1_decode_slice().
VkVideoDecodeAV1DpbSlotInfoMESA AV1VulkanDecodePicture::vkav1_ref |
Definition at line 43 of file vulkan_av1.c.
Referenced by vk_av1_start_frame().
StdVideoAV1MESAFrameHeader AV1VulkanDecodePicture::av1_frame_header |
Definition at line 44 of file vulkan_av1.c.
Referenced by vk_av1_start_frame().
VkVideoDecodeAV1PictureInfoMESA AV1VulkanDecodePicture::av1_pic_info |
Definition at line 45 of file vulkan_av1.c.
Referenced by vk_av1_start_frame().
const AV1Frame* AV1VulkanDecodePicture::ref_src[AV1_NUM_REF_FRAMES] |
Definition at line 48 of file vulkan_av1.c.
Referenced by vk_av1_end_frame(), and vk_av1_start_frame().
VkVideoDecodeAV1DpbSlotInfoMESA AV1VulkanDecodePicture::vkav1_refs[AV1_NUM_REF_FRAMES] |
Definition at line 49 of file vulkan_av1.c.
Referenced by vk_av1_start_frame().
uint8_t AV1VulkanDecodePicture::frame_id_set |
Definition at line 51 of file vulkan_av1.c.
Referenced by vk_av1_free_frame_priv(), and vk_av1_start_frame().
uint8_t AV1VulkanDecodePicture::frame_id |
Definition at line 52 of file vulkan_av1.c.
Referenced by vk_av1_fill_pict(), vk_av1_free_frame_priv(), and vk_av1_start_frame().