|
FFmpeg
|
deshake_opencl.h File Reference
#include "deshake.h"
Include dependency graph for deshake_opencl.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
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) |
Function Documentation
| int ff_opencl_deshake_init | ( | AVFilterContext * | ctx | ) |
Definition at line 97 of file deshake_opencl.c.
Referenced by init().
| int ff_opencl_deshake_process_inout_buf | ( | AVFilterContext * | ctx, |
| AVFrame * | in, | ||
| AVFrame * | out | ||
| ) |
Definition at line 136 of file deshake_opencl.c.
Referenced by filter_frame().
| void ff_opencl_deshake_uninit | ( | AVFilterContext * | ctx | ) |
Definition at line 124 of file deshake_opencl.c.
Referenced by uninit().
| 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 48 of file deshake_opencl.c.
Referenced by init().
Generated by
1.8.11