FFmpeg
|
#include "unsharp.h"
Go to the source code of this file.
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().