|
FFmpeg
|
Public Attributes | |
| const AVClass * | class |
| int | counts [2 *MAX_R+1][2 *MAX_R+1] |
| double * | angles |
| < Scratch buffer for motion search More... | |
| unsigned | angles_size |
| 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. | |
| av_pixelutils_sad_fn | sad |
| Sum of the absolute difference function. | |
| 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) |
| double* DeshakeContext::angles |
< Scratch buffer for motion search
Scratch buffer for block angles
1.8.12