FF_MPV_FLAG_CBP_RD 161 libavcodec/h263.h if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { FF_MPV_FLAG_CBP_RD 464 libavcodec/mpeg4videoenc.c if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { FF_MPV_FLAG_CBP_RD 703 libavcodec/mpegvideo.h { "cbp_rd", "use rate distortion optimization for CBP", 0, AV_OPT_TYPE_CONST, { .i64 = FF_MPV_FLAG_CBP_RD }, 0, 0, FF_MPV_OPT_FLAGS, "mpv_flags" },\ FF_MPV_FLAG_CBP_RD 580 libavcodec/mpegvideo_enc.c if ((s->mpv_flags & FF_MPV_FLAG_CBP_RD) && !avctx->trellis) { FF_MPV_FLAG_CBP_RD 2345 libavcodec/mpegvideo_enc.c if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) {