Searched refs:arnr_max_frames (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libaomenc.c | 70 int arnr_max_frames; member 758 if (ctx->arnr_max_frames >= 0) in aom_init() 759 codecctl_int(avctx, AOME_SET_ARNR_MAXFRAMES, ctx->arnr_max_frames); in aom_init() 1255 …{ "arnr-max-frames", "altref noise reduction max frame count", OFFSET(arnr_max_frames), AV_OPT_TYP…
|
D | libvpxenc.c | 91 int arnr_max_frames; member 1051 if (ctx->arnr_max_frames >= 0) in vpx_init() 1052 codecctl_int(avctx, VP8E_SET_ARNR_MAXFRAMES, ctx->arnr_max_frames); in vpx_init() 1739 …{ "arnr-maxframes", "altref noise reduction max frame count", OFFSET(arnr_max_frames), AV_OPT_TYP… 1773 …mes", "altref noise reduction max frame count", offsetof(VPxContext, arnr_max_frames), AV_OPT_TYPE…
|