FF_MPV_FLAG_CBP_RD 132 libavcodec/h263.h if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { FF_MPV_FLAG_CBP_RD 437 libavcodec/mpeg4videoenc.c if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { FF_MPV_FLAG_CBP_RD 622 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 625 libavcodec/mpegvideo_enc.c if ((s->mpv_flags & FF_MPV_FLAG_CBP_RD) && !avctx->trellis) { FF_MPV_FLAG_CBP_RD 2496 libavcodec/mpegvideo_enc.c if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) {