Home
last modified time | relevance | path

Searched refs:arnr_max_frames (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c101 int arnr_max_frames; member
1118 if (ctx->arnr_max_frames >= 0) in vpx_init()
1119 codecctl_int(avctx, VP8E_SET_ARNR_MAXFRAMES, ctx->arnr_max_frames); in vpx_init()
1815 { "arnr-maxframes", "altref noise reduction max frame count", OFFSET(arnr_max_frames), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, VE}, \
1849 {"arnr_max_frames", "altref noise reduction max frame count", offsetof(VPxContext, arnr_max_frames), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 15, VE}, \
H A Dlibaomenc.c74 int arnr_max_frames; member
849 if (ctx->arnr_max_frames >= 0) in aom_init()
850 codecctl_int(avctx, AOME_SET_ARNR_MAXFRAMES, ctx->arnr_max_frames); in aom_init()
1345 { "arnr-max-frames", "altref noise reduction max frame count", OFFSET(arnr_max_frames), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, VE},

Completed in 6 milliseconds