Home
last modified time | relevance | path

Searched refs:FF_DEBUG_RC (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dratecontrol.c184 if (s->avctx->debug & FF_DEBUG_RC) in modify_qscale()
204 if (s->avctx->debug & FF_DEBUG_RC) in modify_qscale()
714 if (s->avctx->debug & FF_DEBUG_RC) in ff_vbv_update()
1000 if (s->avctx->debug & FF_DEBUG_RC) { in ff_rate_estimate_qscale()
Davcodec.h1625 #define FF_DEBUG_RC 2 macro
Doptions_table.h207 {"rc", "rate control", 0, AV_OPT_TYPE_CONST, {.i64 = FF_DEBUG_RC }, INT_MIN, INT_MAX, V|E, "debug"},