FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
unsharp_opencl.h File Reference
#include "unsharp.h"

Go to the source code of this file.

Functions

int ff_opencl_unsharp_init (AVFilterContext *ctx)
 
void ff_opencl_unsharp_uninit (AVFilterContext *ctx)
 
int ff_opencl_unsharp_process_inout_buf (AVFilterContext *ctx, AVFrame *in, AVFrame *out)
 
int ff_opencl_apply_unsharp (AVFilterContext *ctx, AVFrame *in, AVFrame *out)
 

Function Documentation

int ff_opencl_unsharp_init ( AVFilterContext ctx)

Definition at line 281 of file unsharp_opencl.c.

Referenced by init().

void ff_opencl_unsharp_uninit ( AVFilterContext ctx)

Definition at line 364 of file unsharp_opencl.c.

Referenced by uninit().

int ff_opencl_unsharp_process_inout_buf ( AVFilterContext ctx,
AVFrame in,
AVFrame out 
)

Definition at line 383 of file unsharp_opencl.c.

Referenced by filter_frame().

int ff_opencl_apply_unsharp ( AVFilterContext ctx,
AVFrame in,
AVFrame out 
)

Definition at line 163 of file unsharp_opencl.c.

Referenced by init().