Searched refs:FF_MPV_FLAG_CBP_RD (Results 1 – 4 of 4) sorted by relevance
135 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in get_p_cbp()
596 #define FF_MPV_FLAG_CBP_RD 0x0008 macro635 …ion optimization for CBP", 0, AV_OPT_TYPE_CONST, { .i64 = FF_MPV_FLAG_CBP_RD }, 0, 0, FF_…
437 if (s->mpv_flags & FF_MPV_FLAG_CBP_RD) { in get_b_cbp()
646 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()