FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
deshake.h File Reference
#include "config.h"
#include "avfilter.h"
#include "transform.h"
#include "libavutil/pixelutils.h"

Go to the source code of this file.

Data Structures

struct  IntMotionVector
 
struct  MotionVector
 
struct  Transform
 
struct  DeshakeContext
 

Macros

#define MAX_R   64
 

Enumerations

enum  SearchMethod { EXHAUSTIVE, SMART_EXHAUSTIVE, SEARCH_COUNT }
 

Macro Definition Documentation

#define MAX_R   64

Definition at line 74 of file deshake.h.

Enumeration Type Documentation

Enumerator
EXHAUSTIVE 

Search all possible positions.

SMART_EXHAUSTIVE 

Search most possible positions (faster)

SEARCH_COUNT 

Definition at line 34 of file deshake.h.