FFmpeg
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

◆ MAX_R

#define MAX_R   64

Definition at line 53 of file deshake.h.

Enumeration Type Documentation

◆ SearchMethod

Enumerator
EXHAUSTIVE 

Search all possible positions.

SMART_EXHAUSTIVE 

Search most possible positions (faster)

SEARCH_COUNT 

Definition at line 31 of file deshake.h.