FFmpeg
|
unsharp input video More...
Go to the source code of this file.
Macros | |
#define | PLANE_NUM 3 |
Functions | |
static void | add_mask_counter (uint32_t *dst, uint32_t *counter1, uint32_t *counter2, int len) |
static int | compute_mask (int step, uint32_t *mask) |
static int | compute_mask_matrix (cl_mem cl_mask_matrix, int step_x, int step_y) |
static int | generate_mask (AVFilterContext *ctx) |
int | ff_opencl_apply_unsharp (AVFilterContext *ctx, AVFrame *in, AVFrame *out) |
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) |
unsharp input video
Definition in file unsharp_opencl.c.
#define PLANE_NUM 3 |
Definition at line 30 of file unsharp_opencl.c.
Referenced by ff_opencl_unsharp_init().
|
inlinestatic |
Definition at line 32 of file unsharp_opencl.c.
Referenced by compute_mask().
|
static |
Definition at line 40 of file unsharp_opencl.c.
Referenced by compute_mask_matrix().
|
static |
Definition at line 88 of file unsharp_opencl.c.
Referenced by generate_mask().
|
static |
Definition at line 127 of file unsharp_opencl.c.
Referenced by ff_opencl_unsharp_init().
int ff_opencl_apply_unsharp | ( | AVFilterContext * | ctx, |
AVFrame * | in, | ||
AVFrame * | out | ||
) |
Definition at line 150 of file unsharp_opencl.c.
Referenced by init().
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().