Home
last modified time | relevance | path

Searched refs:FF_MPV_FLAG_MV0 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo.h598 #define FF_MPV_FLAG_MV0 0x0020 macro
637 …b with mv=<0,0>", 0, AV_OPT_TYPE_CONST, { .i64 = FF_MPV_FLAG_MV0 }, 0, 0, F…
Dmotion_est.c980 if (s->mpv_flags & FF_MPV_FLAG_MV0) in ff_estimate_p_frame_motion()
1590 s->mpv_flags & FF_MPV_FLAG_MV0 && *(uint32_t*)s->b_direct_mv_table[xy]) in ff_estimate_b_frame_motion()
Dmotion_est_template.c900 s->mpv_flags & FF_MPV_FLAG_MV0) in epzs_motion_search_internal()