Searched refs:use_intra_dct_only (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 117 int use_intra_dct_only; member 882 if (ctx->use_intra_dct_only >= 0) in aom_init() 883 codecctl_int(avctx, AV1E_SET_INTRA_DCT_ONLY, ctx->use_intra_dct_only); in aom_init() 1394 { "use-intra-dct-only", "Use DCT only for INTRA modes", OFFSET(use_intra_dct_only), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE},
|
Completed in 5 milliseconds