FFmpeg
|
#include "deshake.h"
Go to the source code of this file.
Data Structures | |
struct | float4 |
Functions | |
int | ff_opencl_deshake_init (AVFilterContext *ctx) |
void | ff_opencl_deshake_uninit (AVFilterContext *ctx) |
int | ff_opencl_deshake_process_inout_buf (AVFilterContext *ctx, AVFrame *in, AVFrame *out) |
int | ff_opencl_transform (AVFilterContext *ctx, int width, int height, int cw, int ch, const float *matrix_y, const float *matrix_uv, enum InterpolateMethod interpolate, enum FillMethod fill, AVFrame *in, AVFrame *out) |
int ff_opencl_deshake_init | ( | AVFilterContext * | ctx | ) |
Definition at line 108 of file deshake_opencl.c.
Referenced by init().
void ff_opencl_deshake_uninit | ( | AVFilterContext * | ctx | ) |
Definition at line 145 of file deshake_opencl.c.
Referenced by uninit().
int ff_opencl_deshake_process_inout_buf | ( | AVFilterContext * | ctx, |
AVFrame * | in, | ||
AVFrame * | out | ||
) |
Definition at line 157 of file deshake_opencl.c.
Referenced by filter_frame().
int ff_opencl_transform | ( | AVFilterContext * | ctx, |
int | width, | ||
int | height, | ||
int | cw, | ||
int | ch, | ||
const float * | matrix_y, | ||
const float * | matrix_uv, | ||
enum InterpolateMethod | interpolate, | ||
enum FillMethod | fill, | ||
AVFrame * | in, | ||
AVFrame * | out | ||
) |
Definition at line 36 of file deshake_opencl.c.
Referenced by init().