Home
last modified time | relevance | path

Searched refs:mpv_flags (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263.h135 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in get_p_cbp()
Dmpegvideo.h546 int mpv_flags; ///< flags set by private options member
631 { "mpv_flags", "Flags common for all mpegvideo-based encoders.", FF_MPV_OFFSET(mpv_flags), AV_…
Dmpegvideo_enc.c444 (s->mpv_flags & FF_MPV_FLAG_QP_RD)) && in ff_mpv_encode_init()
646 if ((s->mpv_flags & FF_MPV_FLAG_CBP_RD) && !avctx->trellis) { in ff_mpv_encode_init()
651 if ((s->mpv_flags & FF_MPV_FLAG_QP_RD) && in ff_mpv_encode_init()
657 if ((s->mpv_flags & FF_MPV_FLAG_QP_RD) && in ff_mpv_encode_init()
1635 if ((s->mpv_flags & FF_MPV_FLAG_STRICT_GOP) && in select_input_picture()
2262 if (!(s->mpv_flags & FF_MPV_FLAG_QP_RD)) { in encode_mb_internal()
2282 } else if (s->mpv_flags & FF_MPV_FLAG_QP_RD) in encode_mb_internal()
2537 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in encode_mb_internal()
3166 …if (mb_type & (mb_type-1) || (s->mpv_flags & FF_MPV_FLAG_QP_RD)) { // more than 1 MB type possible… in encode_thread()
3303 if ((s->mpv_flags & FF_MPV_FLAG_QP_RD) && dmin < INT_MAX) { in encode_thread()
[all …]
Dratecontrol.c818 if (s->mpv_flags & FF_MPV_FLAG_NAQ) { in adaptive_quantization()
843 if (s->mpv_flags & FF_MPV_FLAG_NAQ) { in adaptive_quantization()
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()
Dmpeg4videoenc.c437 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in get_b_cbp()
/third_party/ffmpeg/tests/fate/
Dvcodec.mak273 -mpv_flags +qp_rd+mv0 \
282 -mpv_flags +qp_rd+mv0 \
311 -mpv_flags +mv0
332 -flags +mv4 -mpv_flags +qp_rd+mv0 \
/third_party/ffmpeg/doc/
Dfaq.texi260 things to try: '-bf 2', '-mpv_flags qp_rd', '-mpv_flags mv0', '-mpv_flags skip_rd'.
266 Things to try: '-bf 2', '-mpv_flags qp_rd', '-mpv_flags mv0', '-mpv_flags skip_rd'.
DAPIchanges1377 "mpv_flags" private option of the mpegvideo encoders.
1385 "mpv_flags" private option of the mpegvideo encoders.