Home
last modified time | relevance | path

Searched refs:AVMotionEstPredictor (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dmotion_estimation.h36 typedef struct AVMotionEstPredictor { struct
39 } AVMotionEstPredictor; argument
58 AVMotionEstPredictor preds[2];
Dvf_mestimate.c220 AVMotionEstPredictor *preds = me_ctx->preds; in filter_frame()
272 AVMotionEstPredictor *preds = me_ctx->preds; in filter_frame()
Dmotion_estimation.c342 AVMotionEstPredictor *preds = me_ctx->preds; in ff_me_search_epzs()
384 AVMotionEstPredictor *pred = &me_ctx->preds[0]; in ff_me_search_umh()
Dvf_minterpolate.c428 AVMotionEstPredictor *preds = me_ctx->preds; in search_mv()