Searched refs:bit_rate_tolerance (Results 1 – 5 of 5) sorted by relevance
929 br_compensation = (a->bit_rate_tolerance - diff) / a->bit_rate_tolerance; in ff_rate_estimate_qscale()
447 int bit_rate_tolerance; member
322 (float)avctx->bit_rate_tolerance / avctx->bit_rate; in XAVS_init()
471 avctx->bit_rate_tolerance) { in ff_mpv_encode_init()474 …olerance %d too small for bitrate %"PRId64", overriding\n", avctx->bit_rate_tolerance, avctx->bit_… in ff_mpv_encode_init()476 avctx->bit_rate_tolerance = nbt; in ff_mpv_encode_init()478 avctx->bit_rate_tolerance = INT_MAX; in ff_mpv_encode_init()
53 …OFFSET(bit_rate_tolerance), AV_OPT_TYPE_INT, {.i64 = AV_CODEC_DEFAULT_BITRATE*20 }, 1, INT_MAX, V|…