FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVMotionEstContext Struct Reference

#include <motion_estimation.h>

Data Fields

uint8_tdata_cur
 
uint8_tdata_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

uint8_t* AVMotionEstContext::data_cur
uint8_t * AVMotionEstContext::data_ref
int AVMotionEstContext::linesize
int AVMotionEstContext::mb_size
int AVMotionEstContext::search_param
int AVMotionEstContext::width

Definition at line 48 of file motion_estimation.h.

Referenced by detect_scene_change(), and ff_me_init_context().

int AVMotionEstContext::height

Definition at line 49 of file motion_estimation.h.

Referenced by detect_scene_change(), and ff_me_init_context().

int AVMotionEstContext::x_min
int AVMotionEstContext::x_max
int AVMotionEstContext::y_min
int AVMotionEstContext::y_max
int AVMotionEstContext::pred_x
int AVMotionEstContext::pred_y
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().

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: