FFmpeg
Data Fields
AVMotionEstContext Struct Reference

#include <motion_estimation.h>

Data Fields

uint8_t * data_cur
 
uint8_t * data_ref
 
int linesize
 
int mb_size
 
int search_param
 
int width
 
int height
 
int x_min
 
int x_max
 
int y_min
 
int y_max
 
int pred_x
 median predictor x More...
 
int pred_y
 median predictor y More...
 
AVMotionEstPredictor preds [2]
 
uint64_t(* get_cost )(struct AVMotionEstContext *me_ctx, int x_mb, int y_mb, int mv_x, int mv_y)
 

Detailed Description

Definition at line 41 of file motion_estimation.h.

Field Documentation

◆ data_cur

uint8_t* AVMotionEstContext::data_cur

◆ data_ref

uint8_t * AVMotionEstContext::data_ref

◆ linesize

int AVMotionEstContext::linesize

◆ mb_size

int AVMotionEstContext::mb_size

◆ search_param

int AVMotionEstContext::search_param

◆ width

int AVMotionEstContext::width

Definition at line 48 of file motion_estimation.h.

Referenced by ff_me_init_context().

◆ height

int AVMotionEstContext::height

Definition at line 49 of file motion_estimation.h.

Referenced by ff_me_init_context().

◆ x_min

int AVMotionEstContext::x_min

◆ x_max

int AVMotionEstContext::x_max

◆ y_min

int AVMotionEstContext::y_min

◆ y_max

int AVMotionEstContext::y_max

◆ pred_x

int AVMotionEstContext::pred_x

◆ pred_y

int AVMotionEstContext::pred_y

◆ preds

AVMotionEstPredictor AVMotionEstContext::preds[2]

Definition at line 58 of file motion_estimation.h.

Referenced by ff_me_search_epzs(), ff_me_search_umh(), filter_frame(), and search_mv().

◆ get_cost

uint64_t(* AVMotionEstContext::get_cost) (struct AVMotionEstContext *me_ctx, int x_mb, int y_mb, int mv_x, int mv_y)

The documentation for this struct was generated from the following file: