Searched refs:denoise_block_size (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 83 int denoise_block_size; member 948 if (ctx->denoise_block_size >= 0) in aom_init() 949 codecctl_int(avctx, AV1E_SET_DENOISE_BLOCK_SIZE, ctx->denoise_block_size); in aom_init() 1358 { "denoise-block-size", "Denoise block size ", OFFSET(denoise_block_size), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, VE},
|
Completed in 4 milliseconds