Searched refs:mpv_flags (Results 1 – 10 of 10) sorted by relevance
135 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in get_p_cbp()
546 int mpv_flags; ///< flags set by private options member631 { "mpv_flags", "Flags common for all mpegvideo-based encoders.", FF_MPV_OFFSET(mpv_flags), AV_…
444 (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 …]
818 if (s->mpv_flags & FF_MPV_FLAG_NAQ) { in adaptive_quantization()843 if (s->mpv_flags & FF_MPV_FLAG_NAQ) { in adaptive_quantization()
980 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()
900 s->mpv_flags & FF_MPV_FLAG_MV0) in epzs_motion_search_internal()
437 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in get_b_cbp()
273 -mpv_flags +qp_rd+mv0 \282 -mpv_flags +qp_rd+mv0 \311 -mpv_flags +mv0332 -flags +mv4 -mpv_flags +qp_rd+mv0 \
260 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'.
1377 "mpv_flags" private option of the mpegvideo encoders.1385 "mpv_flags" private option of the mpegvideo encoders.