FFmpeg
|
#include <deshake.h>
Data Fields | |
const AVClass * | class |
AVFrame * | ref |
Previous frame. | |
int | rx |
Maximum horizontal shift. | |
int | ry |
Maximum vertical shift. | |
int | edge |
Edge fill method. | |
int | blocksize |
Size of blocks to compare. | |
int | contrast |
Contrast threshold. | |
int | search |
Motion search method. | |
AVCodecContext * | avctx |
DSPContext | c |
Context providing optimized SAD methods. | |
Transform | last |
Transform from last frame. | |
int | refcount |
Number of reference frames (defines averaging window) | |
FILE * | fp |
Transform | avg |
int | cw |
Crop motion search to this box. | |
int | ch |
int | cx |
int | cy |
char * | filename |
Motion search detailed log filename. | |
int | opencl |
int(* | 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) |
AVFrame* DeshakeContext::ref |
Previous frame.
Definition at line 76 of file deshake.h.
Referenced by config_props(), filter_frame(), and uninit().
int DeshakeContext::rx |
Maximum horizontal shift.
Definition at line 77 of file deshake.h.
Referenced by find_block_motion(), find_motion(), and init().
int DeshakeContext::ry |
Maximum vertical shift.
Definition at line 78 of file deshake.h.
Referenced by find_block_motion(), find_motion(), and init().
int DeshakeContext::edge |
Edge fill method.
Definition at line 79 of file deshake.h.
Referenced by filter_frame(), and init().
int DeshakeContext::blocksize |
Size of blocks to compare.
Definition at line 80 of file deshake.h.
Referenced by find_motion(), and init().
int DeshakeContext::contrast |
Contrast threshold.
Definition at line 81 of file deshake.h.
Referenced by find_motion(), and init().
int DeshakeContext::search |
Motion search method.
Definition at line 82 of file deshake.h.
Referenced by find_block_motion(), and init().
AVCodecContext* DeshakeContext::avctx |
Definition at line 83 of file deshake.h.
Referenced by config_props(), and uninit().
DSPContext DeshakeContext::c |
Context providing optimized SAD methods.
Definition at line 84 of file deshake.h.
Referenced by config_props().
Transform DeshakeContext::last |
Transform from last frame.
Definition at line 85 of file deshake.h.
Referenced by config_props(), and filter_frame().
int DeshakeContext::refcount |
Number of reference frames (defines averaging window)
Definition at line 86 of file deshake.h.
Referenced by filter_frame(), and init().
FILE* DeshakeContext::fp |
Definition at line 87 of file deshake.h.
Referenced by filter_frame(), init(), and uninit().
Transform DeshakeContext::avg |
Definition at line 88 of file deshake.h.
Referenced by filter_frame().
int DeshakeContext::cw |
Crop motion search to this box.
Definition at line 89 of file deshake.h.
Referenced by filter_frame(), and init().
int DeshakeContext::ch |
Definition at line 90 of file deshake.h.
Referenced by filter_frame(), and init().
int DeshakeContext::cx |
Definition at line 91 of file deshake.h.
Referenced by filter_frame(), and init().
int DeshakeContext::cy |
Definition at line 92 of file deshake.h.
Referenced by filter_frame(), and init().
char* DeshakeContext::filename |
int DeshakeContext::opencl |
Definition at line 94 of file deshake.h.
Referenced by filter_frame(), init(), and uninit().
int(* DeshakeContext::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 98 of file deshake.h.
Referenced by filter_frame(), and init().