ME_EPZS 440 libavcodec/libx264.c if (avctx->me_method == ME_EPZS) ME_EPZS 296 libavcodec/libxavs.c case ME_EPZS: ME_EPZS 400 libavcodec/libxvid.c case ME_EPZS: /* Quality 4 */ ME_EPZS 314 libavcodec/motion_est.c if(s->me_method!=ME_ZERO && s->me_method!=ME_EPZS && s->me_method!=ME_X1 && s->avctx->codec_id != AV_CODEC_ID_SNOW){ ME_EPZS 932 libavcodec/motion_est.c case ME_EPZS: ME_EPZS 1152 libavcodec/motion_est.c case ME_EPZS: ME_EPZS 1621 libavcodec/motion_est.c if(s->me_method>=ME_EPZS){ ME_EPZS 93 libavcodec/options_table.h {"me_method", "set motion estimation method", OFFSET(me_method), AV_OPT_TYPE_INT, {.i64 = ME_EPZS }, INT_MIN, INT_MAX, V|E, "me_method"}, ME_EPZS 96 libavcodec/options_table.h {"epzs", "EPZS motion estimation (default)", 0, AV_OPT_TYPE_CONST, {.i64 = ME_EPZS }, INT_MIN, INT_MAX, V|E, "me_method" }, ME_EPZS 99 libavcodec/options_table.h {"dia", "diamond motion estimation (alias for EPZS)", 0, AV_OPT_TYPE_CONST, {.i64 = ME_EPZS }, INT_MIN, INT_MAX, V|E, "me_method" },