Home
last modified time | relevance | path

Searched defs:MotionEstContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est.h47 typedef struct MotionEstContext { struct
48 AVCodecContext *avctx;
49 int skip; ///< set if ME is skipped for the current MB
50 int co_located_mv[4][2]; ///< mv from last P-frame for direct mode ME
51 int direct_basis_mv[4][2];
52 uint8_t *scratchpad; /**< data area for the ME algo, so that
54 uint8_t *best_mb;
55 uint8_t *temp_mb[2];
56 uint8_t *temp;
57 int best_bits;
[all …]