ME_MODE_BILAT     214 libavfilter/vf_minterpolate.c     { "me_mode", "motion estimation mode", OFFSET(me_mode), AV_OPT_TYPE_INT, {.i64 = ME_MODE_BILAT}, ME_MODE_BIDIR, ME_MODE_BILAT, FLAGS, "me_mode" },
ME_MODE_BILAT     216 libavfilter/vf_minterpolate.c         CONST("bilat",  "bilateral motion estimation",          ME_MODE_BILAT,          "me_mode"),
ME_MODE_BILAT     374 libavfilter/vf_minterpolate.c         if (mi_ctx->me_mode == ME_MODE_BILAT)
ME_MODE_BILAT     397 libavfilter/vf_minterpolate.c     else if (mi_ctx->me_mode == ME_MODE_BILAT)
ME_MODE_BILAT     776 libavfilter/vf_minterpolate.c         } else if (mi_ctx->me_mode == ME_MODE_BILAT) {
ME_MODE_BILAT    1136 libavfilter/vf_minterpolate.c             } else if (mi_ctx->me_mode == ME_MODE_BILAT) {