FFmpeg
|
#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) |
int ff_opencl_unsharp_init | ( | AVFilterContext * | ctx | ) |
Definition at line 202 of file unsharp_opencl.c.
Referenced by init().
void ff_opencl_unsharp_uninit | ( | AVFilterContext * | ctx | ) |
Definition at line 233 of file unsharp_opencl.c.
Referenced by uninit().
int ff_opencl_unsharp_process_inout_buf | ( | AVFilterContext * | ctx, |
AVFrame * | in, | ||
AVFrame * | out | ||
) |
Definition at line 244 of file unsharp_opencl.c.
Referenced by filter_frame().
int ff_opencl_apply_unsharp | ( | AVFilterContext * | ctx, |
AVFrame * | in, | ||
AVFrame * | out | ||
) |
Definition at line 150 of file unsharp_opencl.c.
Referenced by init().