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/
Dh263.h135 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in get_p_cbp()
Dmpegvideo.h596 #define FF_MPV_FLAG_CBP_RD 0x0008 macro
635 …ion optimization for CBP", 0, AV_OPT_TYPE_CONST, { .i64 = FF_MPV_FLAG_CBP_RD }, 0, 0, FF_…
Dmpeg4videoenc.c437 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in get_b_cbp()
Dmpegvideo_enc.c646 if ((s->mpv_flags & FF_MPV_FLAG_CBP_RD) && !avctx->trellis) { in ff_mpv_encode_init()
2537 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in encode_mb_internal()