Home
last modified time | relevance | path

Searched refs:FF_MPV_FLAG_QP_RD (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideoenc.h41 #define FF_MPV_FLAG_QP_RD 0x0004 macro
70 { "qp_rd", "Use rate distortion optimization for qp selection", 0, AV_OPT_TYPE_CONST, { .i64 = FF_MPV_FLAG_QP_RD }, 0, 0, FF_MPV_OPT_FLAGS, "mpv_flags" },\
H A Dmjpegenc.c307 if (s->mpv_flags & FF_MPV_FLAG_QP_RD) { in ff_mjpeg_encode_init()
H A Dmpegvideo_enc.c404 (s->mpv_flags & FF_MPV_FLAG_QP_RD)) && in ff_mpv_encode_init()
563 if ((s->mpv_flags & FF_MPV_FLAG_QP_RD) && in ff_mpv_encode_init()
2053 if (!(s->mpv_flags & FF_MPV_FLAG_QP_RD)) { in encode_mb_internal()
2073 } else if (s->mpv_flags & FF_MPV_FLAG_QP_RD) in encode_mb_internal()
2962 if (mb_type & (mb_type-1) || (s->mpv_flags & FF_MPV_FLAG_QP_RD)) { // more than 1 MB type possible or FF_MPV_FLAG_QP_RD in encode_thread()
3099 if ((s->mpv_flags & FF_MPV_FLAG_QP_RD) && dmin < INT_MAX) { in encode_thread()

Completed in 8 milliseconds