FF_MPV_FLAG_QP_RD  702 libavcodec/mpegvideo.h { "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" },\
FF_MPV_FLAG_QP_RD  389 libavcodec/mpegvideo_enc.c                          (s->mpv_flags & FF_MPV_FLAG_QP_RD)) &&
FF_MPV_FLAG_QP_RD  585 libavcodec/mpegvideo_enc.c     if ((s->mpv_flags & FF_MPV_FLAG_QP_RD) &&
FF_MPV_FLAG_QP_RD 2070 libavcodec/mpegvideo_enc.c         if (!(s->mpv_flags & FF_MPV_FLAG_QP_RD)) {
FF_MPV_FLAG_QP_RD 2090 libavcodec/mpegvideo_enc.c     } else if (s->mpv_flags & FF_MPV_FLAG_QP_RD)
FF_MPV_FLAG_QP_RD 2944 libavcodec/mpegvideo_enc.c             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
FF_MPV_FLAG_QP_RD 3081 libavcodec/mpegvideo_enc.c                 if ((s->mpv_flags & FF_MPV_FLAG_QP_RD) && dmin < INT_MAX) {