FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | FFv1VkRCTParameters |
struct | FFv1VkResetParameters |
Functions | |
int | ff_ffv1_vk_update_state_transition_data (FFVulkanContext *s, FFVkBuffer *vkb, FFV1Context *f) |
int | ff_ffv1_vk_init_state_transition_data (FFVulkanContext *s, FFVkBuffer *vkb, FFV1Context *f) |
int | ff_ffv1_vk_init_quant_table_data (FFVulkanContext *s, FFVkBuffer *vkb, FFV1Context *f) |
int | ff_ffv1_vk_init_crc_table_data (FFVulkanContext *s, FFVkBuffer *vkb, FFV1Context *f) |
int ff_ffv1_vk_update_state_transition_data | ( | FFVulkanContext * | s, |
FFVkBuffer * | vkb, | ||
FFV1Context * | f | ||
) |
Definition at line 24 of file ffv1_vulkan.c.
Referenced by ff_ffv1_vk_init_state_transition_data().
int ff_ffv1_vk_init_state_transition_data | ( | FFVulkanContext * | s, |
FFVkBuffer * | vkb, | ||
FFV1Context * | f | ||
) |
Definition at line 65 of file ffv1_vulkan.c.
Referenced by vk_decode_ffv1_init(), and vulkan_encode_ffv1_init().
int ff_ffv1_vk_init_quant_table_data | ( | FFVulkanContext * | s, |
FFVkBuffer * | vkb, | ||
FFV1Context * | f | ||
) |
Definition at line 72 of file ffv1_vulkan.c.
Referenced by vk_decode_ffv1_init(), and vulkan_encode_ffv1_init().
int ff_ffv1_vk_init_crc_table_data | ( | FFVulkanContext * | s, |
FFVkBuffer * | vkb, | ||
FFV1Context * | f | ||
) |
Definition at line 100 of file ffv1_vulkan.c.
Referenced by vk_decode_ffv1_init(), and vulkan_encode_ffv1_init().