Go to the documentation of this file.
54 void *spv_opaque =
NULL;
62 spv = ff_vk_spirv_init();
73 VK_SHADER_STAGE_COMPUTE_BIT,
82 .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
85 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
90 .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
93 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
98 .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
101 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
106 .type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
108 .mem_quali =
"writeonly",
111 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
117 GLSLC(0,
layout(push_constant, std430) uniform pushConstants { );
120 GLSLC(1,
int current_field; );
124 VK_SHADER_STAGE_COMPUTE_BIT);
130 GLSLC(1,
const ivec2
pos = ivec2(gl_GlobalInvocationID.xy); );
133 GLSLC(1,
bool field_parity = (
parity ^ tff) != 0; );
138 GLSLC(1, }
else if (is_intra) { );
147 GLSLC(1, }
else if (filter_field) { );
154 GLSLF(2, process_plane(%
i,
pos, filter_field, is_intra, field_parity); ,
i);
197 (
AVFrame *[]){ y->prev, y->cur, y->next }, 3,
198 s->sampler, ¶ms,
sizeof(params));
234 "hardware frames context on the input.\n");
289 av_log(avctx,
AV_LOG_ERROR,
"Video with planes less than 4 columns or lines is not supported\n");
323 .
name =
"bwdif_vulkan",
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
void ff_vk_shader_free(FFVulkanContext *s, FFVulkanShader *shd)
Free a shader.
int ff_vk_shader_init(FFVulkanContext *s, FFVulkanShader *shd, const char *name, VkPipelineStageFlags stage, const char *extensions[], int nb_extensions, int lg_x, int lg_y, int lg_z, uint32_t required_subgroup_size)
Initialize a shader object, with a specific set of extensions, type+bind, local group size,...
const AVPixFmtDescriptor * av_pix_fmt_desc_get(enum AVPixelFormat pix_fmt)
uint8_t * data
The data buffer.
enum AVPixelFormat format
The pixel format identifying the underlying HW surface type.
const AVFilter ff_vf_bwdif_vulkan
int ff_vk_qf_init(FFVulkanContext *s, FFVkQueueFamilyCtx *qf, VkQueueFlagBits dev_family)
Chooses a QF and loads it into a context.
The exact code depends on how similar the blocks are and how related they are to the and needs to apply these operations to the correct inlink or outlink if there are several Macros are available to factor that when no extra processing is inlink
const AVPixFmtDescriptor * csp
#define FILTER_INPUTS(array)
This structure describes decoded (raw) audio or video data.
int ff_vk_filter_init(AVFilterContext *avctx)
General lavfi IO functions.
void ff_vk_uninit(FFVulkanContext *s)
Frees main context.
void(* uninit)(struct FFVkSPIRVCompiler **ctx)
AVBufferRef * av_buffer_ref(const AVBufferRef *buf)
Create a new reference to an AVBuffer.
const char * name
Filter name.
A link between two filters.
@ AV_PIX_FMT_VULKAN
Vulkan hardware images.
Link properties exposed to filter code, but not external callers.
const char * ff_source_bwdif_comp
int av_pix_fmt_count_planes(enum AVPixelFormat pix_fmt)
int ff_yadif_config_output_common(AVFilterLink *outlink)
static void bwdif_vulkan_uninit(AVFilterContext *avctx)
const VkAllocationCallbacks * alloc
Custom memory allocator, else NULL.
void * priv
private data for use by the filter
int ff_vk_filter_init_context(AVFilterContext *avctx, FFVulkanContext *s, AVBufferRef *frames_ref, int width, int height, enum AVPixelFormat sw_format)
Can be called manually, if not using ff_vk_filter_config_output.
int ff_vk_shader_register_exec(FFVulkanContext *s, FFVkExecPool *pool, FFVulkanShader *shd)
Register a shader with an exec pool.
int ff_vk_shader_add_descriptor_set(FFVulkanContext *s, FFVulkanShader *shd, FFVulkanDescriptorSetBinding *desc, int nb, int singular, int print_to_shader_only)
Add descriptor to a shader.
A filter pad used for either input or output.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static int bwdif_vulkan_config_input(AVFilterLink *inlink)
#define AV_CEIL_RSHIFT(a, b)
uint8_t log2_chroma_w
Amount to shift the luma width right to find the chroma width.
void ff_vk_exec_pool_free(FFVulkanContext *s, FFVkExecPool *pool)
#define FILTER_OUTPUTS(array)
static const struct @465 planes[]
#define LIBAVUTIL_VERSION_INT
const char * ff_vk_shader_rep_fmt(enum AVPixelFormat pix_fmt, enum FFVkShaderRepFormat rep_fmt)
Describe the class of an AVClass context structure.
enum AVPixelFormat sw_format
The pixel format identifying the actual data layout of the hardware frames.
void av_buffer_unref(AVBufferRef **buf)
Free a given reference and automatically free the buffer if there are no more references to it.
AVFilterLink ** inputs
array of pointers to input links
const char * av_default_item_name(void *ptr)
Return the context name.
int ff_vk_exec_pool_init(FFVulkanContext *s, FFVkQueueFamilyCtx *qf, FFVkExecPool *pool, int nb_contexts, int nb_queries, VkQueryType query_type, int query_64bit, const void *query_create_pnext)
Allocates/frees an execution pool.
static int bwdif_vulkan_config_output(AVFilterLink *outlink)
static FilterLink * ff_filter_link(AVFilterLink *link)
@ AV_CLASS_CATEGORY_FILTER
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
const AVOption ff_yadif_options[]
int ff_vk_filter_process_Nin(FFVulkanContext *vkctx, FFVkExecPool *e, FFVulkanShader *shd, AVFrame *out, AVFrame *in[], int nb_in, VkSampler sampler, void *push_src, size_t push_size)
Up to 16 inputs, one output.
int(* init)(AVBSFContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
#define AVFILTER_FLAG_HWDEVICE
The filter can create hardware frames using AVFilterContext.hw_device_ctx.
void(* filter)(AVFilterContext *ctx, AVFrame *dstpic, int parity, int tff)
enum AVPixelFormat output_format
AVFilterContext * src
source filter
int(* compile_shader)(FFVulkanContext *s, struct FFVkSPIRVCompiler *ctx, FFVulkanShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque)
#define AVERROR_EXTERNAL
Generic error in an external library.
AVBufferRef * hw_frames_ctx
For hwaccel pixel formats, this should be a reference to the AVHWFramesContext describing the frames.
AVBufferRef * input_frames_ref
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel layout
static void uninit(AVBSFContext *ctx)
#define i(width, name, range_min, range_max)
int w
agreed upon image width
int ff_vk_shader_link(FFVulkanContext *s, FFVulkanShader *shd, uint8_t *spirv, size_t spirv_len, const char *entrypoint)
Link a shader into an executable.
const char * name
Pad name.
void(* free_shader)(struct FFVkSPIRVCompiler *ctx, void **opaque)
This struct describes a set or pool of "hardware" frames (i.e.
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
int ff_vk_shader_add_push_const(FFVulkanShader *shd, int offset, int size, VkShaderStageFlagBits stage)
Add/update push constants for execution.
static const AVClass bwdif_vulkan_class
static const AVFilterPad bwdif_vulkan_outputs[]
int h
agreed upon image height
@ YADIF_FIELD_END
The first or last field in a sequence.
int ff_yadif_request_frame(AVFilterLink *link)
static const AVFilterPad bwdif_vulkan_inputs[]
@ YADIF_FIELD_NORMAL
A normal field in the middle of a sequence.
AVVulkanDeviceContext * hwctx
VkDevice act_dev
Active device.
void ff_yadif_uninit(AVFilterContext *ctx)
int current_field
YADIFCurrentField.
int ff_vk_init_sampler(FFVulkanContext *s, VkSampler *sampler, int unnorm_coords, VkFilter filt)
Create a sampler.
static void bwdif_vulkan_filter_frame(AVFilterContext *ctx, AVFrame *dst, int parity, int tff)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
static av_cold int init_filter(AVFilterContext *ctx)
AVHWFramesContext * frames
#define FILTER_SINGLE_PIXFMT(pix_fmt_)
uint8_t log2_chroma_h
Amount to shift the luma height right to find the chroma height.
int ff_yadif_filter_frame(AVFilterLink *link, AVFrame *frame)