FFmpeg
Data Structures | Functions
ffv1_vulkan.h File Reference
#include "libavutil/vulkan.h"
#include "ffv1.h"

Go to the source code of this file.

Data Structures

struct  FFv1ShaderParams
 

Functions

void ff_ffv1_vk_set_common_sl (AVCodecContext *avctx, FFV1Context *f, VkSpecializationInfo *sl, enum AVPixelFormat sw_format)
 
int ff_ffv1_vk_init_consts (FFVulkanContext *s, FFVkBuffer *vkb, FFV1Context *f)
 

Function Documentation

◆ ff_ffv1_vk_set_common_sl()

void ff_ffv1_vk_set_common_sl ( AVCodecContext avctx,
FFV1Context f,
VkSpecializationInfo *  sl,
enum AVPixelFormat  sw_format 
)

Definition at line 24 of file ffv1_vulkan.c.

Referenced by vk_decode_ffv1_init(), and vulkan_encode_ffv1_init().

◆ ff_ffv1_vk_init_consts()

int ff_ffv1_vk_init_consts ( FFVulkanContext s,
FFVkBuffer vkb,
FFV1Context f 
)

Definition at line 76 of file ffv1_vulkan.c.

Referenced by vk_decode_ffv1_init(), and vulkan_encode_ffv1_init().