Searched defs:MotionEstContext (Results 1 – 1 of 1) sorted by relevance
47 typedef struct MotionEstContext { struct48 AVCodecContext *avctx;49 int skip; ///< set if ME is skipped for the current MB50 int co_located_mv[4][2]; ///< mv from last P-frame for direct mode ME51 int direct_basis_mv[4][2];52 uint8_t *scratchpad; /**< data area for the ME algo, so that54 uint8_t *best_mb;55 uint8_t *temp_mb[2];56 uint8_t *temp;57 int best_bits;[all …]