Searched refs:FF_MPV_FLAG_MV0 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideoenc.h | 44 #define FF_MPV_FLAG_MV0 0x0020 macro 73 { "mv0", "always try a mb with mv=<0,0>", 0, AV_OPT_TYPE_CONST, { .i64 = FF_MPV_FLAG_MV0 }, 0, 0, FF_MPV_OPT_FLAGS, "mpv_flags" },\
|
H A D | motion_est.c | 982 if (s->mpv_flags & FF_MPV_FLAG_MV0) in ff_estimate_p_frame_motion() 1592 s->mpv_flags & FF_MPV_FLAG_MV0 && *(uint32_t*)s->b_direct_mv_table[xy]) in ff_estimate_b_frame_motion()
|
H A D | motion_est_template.c | 900 s->mpv_flags & FF_MPV_FLAG_MV0) in epzs_motion_search_internal()
|
Completed in 6 milliseconds