Home
last modified time | relevance | path

Searched refs:FF_MPV_FLAG_CBP_RD (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideoenc.h42 #define FF_MPV_FLAG_CBP_RD 0x0008 macro
71 { "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" },\
H A Dh263enc.h78 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in get_p_cbp()
H A Dmpeg4videoenc.c444 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in get_b_cbp()
H A Dmpegvideo_enc.c558 if ((s->mpv_flags & FF_MPV_FLAG_CBP_RD) && !avctx->trellis) { in ff_mpv_encode_init()
2328 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in encode_mb_internal()

Completed in 9 milliseconds