Home
last modified time | relevance | path

Searched refs:FF_BUG_IEDGE (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo_motion.c322 if (s->workaround_bugs & FF_BUG_IEDGE) in mpeg_motion_internal()
547 if (s->workaround_bugs & FF_BUG_IEDGE) in qpel_motion()
Davcodec.h1587 #define FF_BUG_IEDGE 32768 macro
Doptions_table.h135 {"iedge", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_BUG_IEDGE }, INT_MIN, INT_MAX, V|D, "bug"},
Dmpegvideo.c1591 if (s->workaround_bugs & FF_BUG_IEDGE) in mpeg_motion_lowres()
Dmpeg4videodec.c2799 s->workaround_bugs |= FF_BUG_IEDGE; in ff_mpeg4_workaround_bugs()